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