Click or drag to resize
ProviderHelperLoadTables Method (IProviderDictionary)
Returns true if the given dictionaries should be loaded.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static bool LoadTables(
	params IProviderDictionary[] dictionaries
)

Parameters

dictionaries
Type: CMS.DataEngineIProviderDictionary
Dictionaries to check

Return Value

Type: Boolean
See Also