TableDefinition<(Of <(<'TEntity>)>)>..::..GetFieldDefinition Method (Expression<(Of <(<'Func<(Of <(<'TEntity, Decimal>)>)>>)>)>)
Gets the double number field definition for the property.
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public DecimalFieldDefinition GetFieldDefinition( Expression<Func<TEntity, decimal>> entityProperty )
Public Function GetFieldDefinition ( _ entityProperty As Expression(Of Func(Of TEntity, Decimal)) _ ) As DecimalFieldDefinition
public: DecimalFieldDefinition^ GetFieldDefinition( Expression<Func<TEntity, Decimal^>^>^ entityProperty )
Parameters
- entityProperty
- Type: Expression<(Of <(<'Func<(Of <(<'TEntity, Decimal>)>)>>)>)>
The entity property.