QueryInfoProviderClearDefaultQueries Method |
Clears the default queries for the given class name from hashtable
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public static void ClearDefaultQueries(
DataClassInfo dci,
bool dataClass,
bool documentType
)
Parameters
- dci
- Type: CMS.DataEngineDataClassInfo
Data class object - dataClass
- Type: SystemBoolean
If true, generates DataClass queries - documentType
- Type: SystemBoolean
If true, generates document types queries
See Also