ProviderHelperUseHashtable Method |
Returns true if the hashtable for the specified object type should be used. Reflects the AppSettings key "CMSUseHashtable" + objectType.Replace(".", "") + tableName, e.g. CMSUseHashtableCMSUserID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public static bool UseHashtable(
string objectType,
string tableName,
bool defaultValue
)
Parameters
- objectType
- Type: SystemString
Object type - tableName
- Type: SystemString
Table name - defaultValue
- Type: SystemBoolean
Default value
Return Value
Type:
BooleanSee Also