AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByColumnT Method |
Gets an instance of info object based on the column value.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected virtual TInfo GetInfoByColumn<T>(
string columnName,
T value
)
Parameters
- columnName
- Type: SystemString
Column name - value
- Type: T
Value to look for
Type Parameters
- T
Return Value
Type:
TInfoSee Also