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