| AbstractInfoProviderTInfo, TProviderGetInfo 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: 8.2.23
 Syntax
Syntaxprotected virtual TInfo GetInfo(
	string where,
	string orderBy = null
)
Parameters
- where
- Type: SystemString
 Where condition
- orderBy (Optional)
- Type: SystemString
 Order by expression
Return Value
Type: 
TInfo See Also
See Also