Click or drag to resize

ListPageExtensionGetQueryTemplateColumns Method

Gets the columns which will be added in each query template if they are not inside.

Namespace:  EBP.Api.List
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual IEnumerable<string> GetQueryTemplateColumns(
	Guid dataViewId
)

Parameters

dataViewId
Type: SystemGuid
Identifier of the data view in which the column will be added

Return Value

Type: IEnumerableString
the list of columns to add in the query
Remarks
Adds the columns to the query template. If a column is used in methods GetXXXRowCellValue, it must be in this list
See Also