Click or drag to resize

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
)

Parameters

t
Type: SystemType
The type we are requesting it for

Return Value

Type: FieldInfo
FieldInfo for the fields VelocityDB cares about
See Also