ProviderStringValueDictionary T  Contains Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodContains(Object)
Returns true if the table contains specified record.
(Inherited from ProviderDictionary TKey, TValue .)
Public methodContains(TKey)
Returns true if the table contains specified record.
(Inherited from ProviderDictionary TKey, TValue .)
Public methodContains(Object, TValue )
Returns true if the table contains specified record.
(Inherited from ProviderDictionary TKey, TValue .)
Public methodContains(TKey, TValue )
Returns true if the table contains specified record.
(Inherited from ProviderDictionary TKey, TValue .)
Public methodContains(String, String )
Returns true if the table contains specified record.
Back to Top
See Also