LookupColumnDefinitionBase..::..FormatColumnForHeaderRowKey<(Of <(<'TEntity>)>)> Method (PrimaryKeyValue, TEntity)
Formats the column for header row key.
Namespace:
RingSoft.DbLookup.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public virtual string FormatColumnForHeaderRowKey<TEntity>( PrimaryKeyValue primaryKeyValue, TEntity entity )
Public Overridable Function FormatColumnForHeaderRowKey(Of TEntity) ( _ primaryKeyValue As PrimaryKeyValue, _ entity As TEntity _ ) As String
public: generic<typename TEntity> virtual String^ FormatColumnForHeaderRowKey( PrimaryKeyValue^ primaryKeyValue, TEntity entity )
Type Parameters
- TEntity
- The type of the t entity.
Parameters
- primaryKeyValue
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The primary key value.
- entity
- Type: TEntity
The entity.