Click or drag to resize
ProviderStringValueDictionary<T>.Contains Method (String, String)
Returns true if the table contains specified record.

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

Parameters

key
Type: System.String
Key to check
value
Type: System.String
Returns the object value if the object is present

Return Value

Type: Boolean
See Also