Click or drag to resize
ProviderStringValueDictionaryTContains Method (String, String)
Returns true if the table contains specified record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool Contains(
	string key,
	out string value
)

Parameters

key
Type: SystemString
Key to check
value
Type: SystemString
Returns the object value if the object is present

Return Value

Type: Boolean
See Also