 | 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)
Syntaxprotected virtual IEnumerable<string> GetQueryTemplateColumns(
Guid dataViewId
)
Protected Overridable Function GetQueryTemplateColumns (
dataViewId As Guid
) As IEnumerable(Of String)
Parameters
- dataViewId
- Type: SystemGuid
Identifier of the data view in which the column will be added
Return Value
Type:
IEnumerableStringthe list of columns to add in the query
RemarksAdds the columns to the query template.
If a column is used in methods GetXXXRowCellValue, it must be in this list
See Also