DataQueryBaseTQueryResolveColumns Method |
Resolves the columns in the given list
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax protected void ResolveColumns(
QueryColumnList columns,
bool includeBinaryData,
bool forceResolve = false
)
Parameters
- columns
- Type: CMS.DataEngineQueryColumnList
List of columns to resolve - includeBinaryData
- Type: SystemBoolean
Include binary columns - forceResolve (Optional)
- Type: SystemBoolean
If true, the resolving is forced (resolves even when not necessary)
Remarks See Also