AbstractInfoProviderTInfo, TProviderGetDataByGuidColumn Method |
Returns the data according to the set of input parameters.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected InfoDataSet<TInfo> GetDataByGuidColumn(
string columnName,
Guid value,
string columns = null
)
Parameters
- columnName
- Type: SystemString
GUID column name - value
- Type: SystemGuid
Value of the record ID to look for - columns (Optional)
- Type: SystemString
List of columns to be retrieved
Return Value
Type:
InfoDataSetTInfoSee Also