ColumnsByTableDictionary Methods
Obsolete. A dictionary for DataSchemaProvider.Name | Description |
---|---|
Add(TKey, TValue) | Adds the specified key and value to the dictionary. Inherited from Dictionary<TKey,TValue>. |
Clear() | Removes all keys and values from the Dictionary<TKey,TValue>. Inherited from Dictionary<TKey,TValue>. |
ContainsKey(TKey) | Determines whether the Dictionary<TKey,TValue> contains the specified key. Inherited from Dictionary<TKey,TValue>. |
ContainsValue(TValue) | Determines whether the Dictionary<TKey,TValue> contains a specific value. Inherited from Dictionary<TKey,TValue>. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetEnumerator() | Returns an enumerator that iterates through the Dictionary<TKey,TValue>. Inherited from Dictionary<TKey,TValue>. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetObjectData(SerializationInfo, StreamingContext) | Implements the ISerializable interface and returns the data needed to serialize the Dictionary<TKey,TValue> instance. Inherited from Dictionary<TKey,TValue>. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
OnDeserialization(Object) | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. Inherited from Dictionary<TKey,TValue>. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove(TKey) | Removes the value with the specified key from the Dictionary<TKey,TValue>. Inherited from Dictionary<TKey,TValue>. |
ICollection.CopyTo(Array, Int32) | Copies the elements of the ICollection<T> to an array, starting at the specified array index. Inherited from Dictionary<TKey,TValue>. |
IDictionary.Add(Object, Object) | Adds the specified key and value to the dictionary. Inherited from Dictionary<TKey,TValue>. |
IDictionary.Contains(Object) | Determines whether the IDictionary contains an element with the specified key. Inherited from Dictionary<TKey,TValue>. |
IDictionary.GetEnumerator() | Returns an IDictionaryEnumerator for the IDictionary. Inherited from Dictionary<TKey,TValue>. |
IDictionary.Remove(Object) | Removes the element with the specified key from the IDictionary. Inherited from Dictionary<TKey,TValue>. |
IEnumerable.GetEnumerator() | Returns an enumerator that iterates through the collection. Inherited from Dictionary<TKey,TValue>. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
TryGetValue(TKey, TValue) | Gets the value associated with the specified key. Inherited from Dictionary<TKey,TValue>. |
See Also