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

LookupDefinition<(Of <(<'TLookupEntity, TEntity>)>)>..::..AddVisibleColumnDefinition Method (Expression<(Of <(<'Func<(Of <(<'TLookupEntity, Object>)>)>>)>)>, ILookupFormula, String)

Adds a visible formula column definition.

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

Syntax


public LookupFormulaColumnDefinition AddVisibleColumnDefinition(
	Expression<Func<TLookupEntity, Object>> lookupEntityProperty,
	ILookupFormula lookupFormula,
	string alias
)
Public Function AddVisibleColumnDefinition ( _
	lookupEntityProperty As Expression(Of Func(Of TLookupEntity, Object)), _
	lookupFormula As ILookupFormula, _
	alias As String _
) As LookupFormulaColumnDefinition
public:
LookupFormulaColumnDefinition^ AddVisibleColumnDefinition(
	Expression<Func<TLookupEntity, Object^>^>^ lookupEntityProperty, 
	ILookupFormula^ lookupFormula, 
	String^ alias
)

Parameters

lookupEntityProperty
Type: Expression<(Of <(<'Func<(Of <(<'TLookupEntity, Object>)>)>>)>)>
The lookup entity property.
lookupFormula
Type: RingSoft.DbLookup.Lookup..::..ILookupFormula
The lookup formula.
alias
Type: String
The alias.

Return Value

LookupFormulaColumnDefinition.