| AbstractInfoProviderTInfo, TProvider, TQueryInit Method | 
            Initializes the provider with the given type info and hashtable settings
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
 Syntax
Syntaxprotected void Init(
	ObjectTypeInfo typeInfo = null,
	HashtableSettings settings = null
)
Parameters
- typeInfo (Optional)
- Type: CMS.DataEngineObjectTypeInfo
 Type info of the objects which the provider manages
- settings (Optional)
- Type: CMS.DataEngineHashtableSettings
 Hashtable settings for internal provider cache
 See Also
See Also