Click or drag to resize

TypeVersion.GetDataMemberList 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: List<DataMember>
A list of DataMember that this type or a base class contains
See Also