TableDefinition<(Of <(<'TEntity>)>)>..::..GetFieldDefinition Method (Expression<(Of <(<'Func<(Of <(<'TEntity, Int32>)>)>>)>)>)
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, int>> entityProperty )
Public Function GetFieldDefinition ( _ entityProperty As Expression(Of Func(Of TEntity, Integer)) _ ) As IntegerFieldDefinition
public: IntegerFieldDefinition^ GetFieldDefinition( Expression<Func<TEntity, int^>^>^ entityProperty )
Parameters
- entityProperty
- Type: Expression<(Of <(<'Func<(Of <(<'TEntity, Int32>)>)>>)>)>
The entity property.