Click or drag to resize

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()

Return Value

Type: ListDataMember
A list of DataMember that this type or a base class contains
See Also