AbstractInfoProviderTInfo, TProvider, TQueryGetInfo Method (String, String) |
Gets an instance of the first info object matching the specified condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected virtual TInfo GetInfo(
string where,
string orderBy = null
)
Parameters
- where
- Type: SystemString
Where condition - orderBy (Optional)
- Type: SystemString
Order by expression
Return Value
Type:
TInfoSee Also