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