LookupDefinition<(Of <(<'TLookupEntity, TEntity>)>)>..::..AddHiddenColumn Method (Expression<(Of <(<'Func<(Of <(<'TLookupEntity, Object>)>)>>)>)>, Expression<(Of <(<'Func<(Of <(<'TEntity, Object>)>)>>)>)>)
Adds a hidden column.
Namespace:
RingSoft.DbLookup.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public LookupFieldColumnDefinition AddHiddenColumn( Expression<Func<TLookupEntity, Object>> lookupEntityProperty, Expression<Func<TEntity, Object>> entityProperty )
Public Function AddHiddenColumn ( _ lookupEntityProperty As Expression(Of Func(Of TLookupEntity, Object)), _ entityProperty As Expression(Of Func(Of TEntity, Object)) _ ) As LookupFieldColumnDefinition
public: LookupFieldColumnDefinition^ AddHiddenColumn( Expression<Func<TLookupEntity, Object^>^>^ lookupEntityProperty, Expression<Func<TEntity, Object^>^>^ entityProperty )
Parameters
- lookupEntityProperty
- Type: Expression<(Of <(<'Func<(Of <(<'TLookupEntity, Object>)>)>>)>)>
The lookup entity property.
- entityProperty
- Type: Expression<(Of <(<'Func<(Of <(<'TEntity, Object>)>)>>)>)>
The entity property.