AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByGuidColumn Method |
Gets an instance of info object based on the string column value.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax protected virtual TInfo GetInfoByGuidColumn(
string columnName,
Guid value
)
Parameters
- columnName
- Type: SystemString
String column name - value
- Type: SystemGuid
Value of the column to look for
Return Value
Type:
TInfoSee Also