TypeVersionGetDataMemberList Method |
Get a list of all
DataMember of this type including base classes.
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public List<DataMember> GetDataMemberList()
Public Function GetDataMemberList As List(Of DataMember)
public:
List<DataMember^>^ GetDataMemberList()
member GetDataMemberList : unit -> List<DataMember>
Return Value
Type:
ListDataMemberA list of
DataMember that this type or a base class contains
See Also