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

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

Gets the boolean field definition for the property.

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

Syntax


public BoolFieldDefinition GetFieldDefinition(
	Expression<Func<TEntity, bool>> entityProperty
)
Public Function GetFieldDefinition ( _
	entityProperty As Expression(Of Func(Of TEntity, Boolean)) _
) As BoolFieldDefinition
public:
BoolFieldDefinition^ GetFieldDefinition(
	Expression<Func<TEntity, bool^>^>^ entityProperty
)

Parameters

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

Return Value

The Decimal field definition of the property.