| IProviderDictionaryTKey, TValue Interface | 
Namespace: CMS.DataEngine
 Syntax
Syntaxpublic interface IProviderDictionary<in TKey, TValue> : IProviderDictionary
The IProviderDictionaryTKey, TValue type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ColumnNames | 
            Column names
            (Inherited from IProviderDictionary.) | 
|  | Count | 
            Items count.
            (Inherited from IProviderDictionary.) | 
|  | DataIsValid | 
            Returns true if the dictionary content is valid.
            (Inherited from IProviderDictionary.) | 
|  | Name | 
            Dictionary name.
            (Inherited from IProviderDictionary.) | 
|  | ObjectType | 
            Object type
            (Inherited from IProviderDictionary.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Add | 
            Adds the specified object.
             | 
|  | Clear | 
            Clears all the items.
            (Inherited from IProviderDictionary.) | 
|  | ContainsKey | 
            Returns true if the table contains specified record.
             | 
|  | Invalidate | 
            Invalidates the dictionary content.
            (Inherited from IProviderDictionary.) | 
|  | Remove(TKey) | 
            Removes the specified object.
             | 
|  | Remove(Object, Boolean) | 
            Removes the specified object.
            (Inherited from IProviderDictionary.) | 
|  | TryGetValue | 
            Returns true if the table contains specified record.
             | 
 See Also
See Also