TableDefinition<(Of <(<'TEntity>)>)>..::..GetFieldDefinition Method (Expression<(Of <(<'Func<(Of <(<'TEntity, DateTime>)>)>>)>)>)
Gets the date field definition for the property.
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public DateFieldDefinition GetFieldDefinition( Expression<Func<TEntity, DateTime>> entityProperty )
Public Function GetFieldDefinition ( _ entityProperty As Expression(Of Func(Of TEntity, DateTime)) _ ) As DateFieldDefinition
public: DateFieldDefinition^ GetFieldDefinition( Expression<Func<TEntity, DateTime^>^>^ entityProperty )
Parameters
- entityProperty
- Type: Expression<(Of <(<'Func<(Of <(<'TEntity, DateTime>)>)>>)>)>
The entity property.