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

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

Gets the string field definition for the property.

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

Syntax


public StringFieldDefinition GetFieldDefinition(
	Expression<Func<TEntity, string>> entityProperty
)
Public Function GetFieldDefinition ( _
	entityProperty As Expression(Of Func(Of TEntity, String)) _
) As StringFieldDefinition
public:
StringFieldDefinition^ GetFieldDefinition(
	Expression<Func<TEntity, String^>^>^ entityProperty
)

Parameters

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

Return Value

The string field definition of the property.