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 <(<'DateTime>)>)>>)>)>>)>)>)

Gets the date field definition for the property.

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

Syntax


public DateFieldDefinition GetFieldDefinition(
	Expression<Func<TEntity, Nullable<DateTime>>> entityProperty
)
Public Function GetFieldDefinition ( _
	entityProperty As Expression(Of Func(Of TEntity, Nullable(Of DateTime))) _
) As DateFieldDefinition
public:
DateFieldDefinition^ GetFieldDefinition(
	Expression<Func<TEntity, Nullable<DateTime^>>^>^ entityProperty
)

Parameters

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

Return Value

The date field definition of the property.