TypeVersionGetDataMemberList Method |
Get a list of all
DataMember of this type including base classes.
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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