Class DataTransferColumnCollection
Represents a collection of DataTransferColumn objects for a table in a database. This class cannot be inherited.
Inheritance
System.Object
System.Collections.Generic.List<DataTransferColumn>
DataTransferColumnCollection
Implements
System.Collections.Generic.IList<DataTransferColumn>
System.Collections.Generic.ICollection<DataTransferColumn>
System.Collections.Generic.IReadOnlyList<DataTransferColumn>
System.Collections.Generic.IReadOnlyCollection<DataTransferColumn>
System.Collections.Generic.IEnumerable<DataTransferColumn>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Add(Cuemon.Data.DataTransferColumn)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.AddRange(System.Collections.Generic.IEnumerable<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.AsReadOnly()
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.BinarySearch(Cuemon.Data.DataTransferColumn)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.BinarySearch(Cuemon.Data.DataTransferColumn, System.Collections.Generic.IComparer<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.BinarySearch(System.Int32, System.Int32, Cuemon.Data.DataTransferColumn, System.Collections.Generic.IComparer<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Clear()
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Contains(Cuemon.Data.DataTransferColumn)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.CopyTo(Cuemon.Data.DataTransferColumn[])
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.CopyTo(Cuemon.Data.DataTransferColumn[], System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.CopyTo(System.Int32, Cuemon.Data.DataTransferColumn[], System.Int32, System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Exists(System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Find(System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.FindAll(System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.FindIndex(System.Int32, System.Int32, System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.FindIndex(System.Int32, System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.FindIndex(System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.FindLast(System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.FindLastIndex(System.Int32, System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.FindLastIndex(System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.ForEach(System.Action<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.GetEnumerator()
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.IndexOf(Cuemon.Data.DataTransferColumn)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.IndexOf(Cuemon.Data.DataTransferColumn, System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.IndexOf(Cuemon.Data.DataTransferColumn, System.Int32, System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Insert(System.Int32, Cuemon.Data.DataTransferColumn)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.LastIndexOf(Cuemon.Data.DataTransferColumn)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.LastIndexOf(Cuemon.Data.DataTransferColumn, System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.LastIndexOf(Cuemon.Data.DataTransferColumn, System.Int32, System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Remove(Cuemon.Data.DataTransferColumn)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.RemoveAll(System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.RemoveAt(System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Reverse()
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Sort()
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Sort(System.Collections.Generic.IComparer<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Sort(System.Comparison<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.Generic.IEnumerable<Cuemon.Data.DataTransferColumn>.GetEnumerator()
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.ToArray()
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.TrimExcess()
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.TrueForAll(System.Predicate<Cuemon.Data.DataTransferColumn>)
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Capacity
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Count
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.Item[System.Int32]
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.Generic.ICollection<Cuemon.Data.DataTransferColumn>.IsReadOnly
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Cuemon.Data.DataTransferColumn>.System.Collections.IList.Item[System.Int32]
Namespace: Cuemon.Data
Assembly: Cuemon.Data.dll
Syntax
public sealed class DataTransferColumnCollection : List<DataTransferColumn>, IList<DataTransferColumn>, ICollection<DataTransferColumn>, IReadOnlyList<DataTransferColumn>, IReadOnlyCollection<DataTransferColumn>, IEnumerable<DataTransferColumn>, IList, ICollection, IEnumerable
Properties
| Improve this DocItem[String]
Gets the DataTransferColumn from the collection with the specified name.
Declaration
public DataTransferColumn this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the column from which to return. |
Property Value
Type | Description |
---|---|
DataTransferColumn | A DataTransferColumn if found; otherwise null. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable