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