Click or drag to resize
ProviderHelper.LoadTables 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.DataEngine.IProviderDictionary[]
Dictionaries to check

Return Value

Type: Boolean
See Also