AbstractInfoTInfo, TInfoProviderInterfaceProvider Property |
Gets the provider for TInfo management.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax Remarks
The provider instance can be retrieved by specifying a constructor dependency on TInfoProviderInterface. However, in scenarios where dependency injection
is not possible (such as legacy code), this property can be used to access the provider instance.
See Also