TableDefinition<(Of <(<'TEntity>)>)>..::..GetFieldDefinition Method (Expression<(Of <(<'Func<(Of <(<'TEntity, Nullable<(Of <(<'Byte>)>)>>)>)>>)>)>)
Gets the whole number field definition for the property.
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IntegerFieldDefinition GetFieldDefinition( Expression<Func<TEntity, Nullable<byte>>> entityProperty )
Public Function GetFieldDefinition ( _ entityProperty As Expression(Of Func(Of TEntity, Nullable(Of Byte))) _ ) As IntegerFieldDefinition
public: IntegerFieldDefinition^ GetFieldDefinition( Expression<Func<TEntity, Nullable<unsigned char^>>^>^ entityProperty )
Parameters
- entityProperty
- Type: Expression<(Of <(<'Func<(Of <(<'TEntity, Nullable<(Of <(<'Byte>)>)>>)>)>>)>)>
The entity property.