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

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

Gets the whole number field definition for the property.

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

Syntax


public IntegerFieldDefinition GetFieldDefinition(
	Expression<Func<TEntity, long>> entityProperty
)
Public Function GetFieldDefinition ( _
	entityProperty As Expression(Of Func(Of TEntity, Long)) _
) As IntegerFieldDefinition
public:
IntegerFieldDefinition^ GetFieldDefinition(
	Expression<Func<TEntity, long long^>^>^ entityProperty
)

Parameters

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

Return Value

The integer field definition of the property.