DataMemberGetField Method |
Get
FieldInfo for the fields VelocityDB cares about
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public FieldInfo GetField(
Type t
)
Public Function GetField (
t As Type
) As FieldInfo
public:
FieldInfo^ GetField(
Type^ t
)
member GetField :
t : Type -> FieldInfo
Parameters
- t
- Type: SystemType
The type we are requesting it for
Return Value
Type:
FieldInfoFieldInfo for the fields VelocityDB cares about
See Also