[This is preliminary documentation and is subject to change.]
Gets all property members of TypedRow that are tagged as [Field]
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static IEnumerable<PropertyInfo> GetFieldMembers(
Type type
)
public static IEnumerable<PropertyInfo> GetFieldMembers(
Type type
)
Public Shared Function GetFieldMembers (
type As Type
) As IEnumerable(Of PropertyInfo)
Public Shared Function GetFieldMembers (
type As Type
) As IEnumerable(Of PropertyInfo)
public:
static IEnumerable<PropertyInfo^>^ GetFieldMembers(
Type^ type
)
public:
static IEnumerable<PropertyInfo^>^ GetFieldMembers(
Type^ type
)
static member GetFieldMembers :
type : Type -> IEnumerable<PropertyInfo>
static member GetFieldMembers :
type : Type -> IEnumerable<PropertyInfo>
Return Value
Type:
IEnumerable
PropertyInfo