RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbLookup.ModelDefinition Namespace
RingSoft.DbMaintenance Namespace

TableDefinition<(Of <(<'TEntity>)>)>..::..GetFieldDefinition Method (Expression<(Of <(<'Func<(Of <(<'TEntity, Nullable<(Of <(<'Double>)>)>>)>)>>)>)>)

Gets the double number field definition for the property.

Namespace:  RingSoft.DbLookup.ModelDefinition
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public DecimalFieldDefinition GetFieldDefinition(
	Expression<Func<TEntity, Nullable<double>>> entityProperty
)
Public Function GetFieldDefinition ( _
	entityProperty As Expression(Of Func(Of TEntity, Nullable(Of Double))) _
) As DecimalFieldDefinition
public:
DecimalFieldDefinition^ GetFieldDefinition(
	Expression<Func<TEntity, Nullable<double^>>^>^ entityProperty
)

Parameters

entityProperty
Type: Expression<(Of <(<'Func<(Of <(<'TEntity, Nullable<(Of <(<'Double>)>)>>)>)>>)>)>
The entity property.

Return Value

The Decimal field definition of the property.