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

LookupJoinTableEntity<(Of <(<'TLookupEntity, TEntity, TRelatedEntity>)>)>..::..AddVisibleColumnDefinition Method (Expression<(Of <(<'Func<(Of <(<'TLookupEntity, Object>)>)>>)>)>, Expression<(Of <(<'Func<(Of <(<'TRelatedEntity, Object>)>)>>)>)>)

Adds a visible column definition.

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

Syntax


public LookupFieldColumnDefinition AddVisibleColumnDefinition(
	Expression<Func<TLookupEntity, Object>> lookupEntityProperty,
	Expression<Func<TRelatedEntity, Object>> entityProperty
)
Public Function AddVisibleColumnDefinition ( _
	lookupEntityProperty As Expression(Of Func(Of TLookupEntity, Object)), _
	entityProperty As Expression(Of Func(Of TRelatedEntity, Object)) _
) As LookupFieldColumnDefinition
public:
LookupFieldColumnDefinition^ AddVisibleColumnDefinition(
	Expression<Func<TLookupEntity, Object^>^>^ lookupEntityProperty, 
	Expression<Func<TRelatedEntity, Object^>^>^ entityProperty
)

Parameters

lookupEntityProperty
Type: Expression<(Of <(<'Func<(Of <(<'TLookupEntity, Object>)>)>>)>)>
The lookup entity property.
entityProperty
Type: Expression<(Of <(<'Func<(Of <(<'TRelatedEntity, Object>)>)>>)>)>
The entity property.

Return Value

LookupFieldColumnDefinition.