Class DataTypeCollection
Represents a collection of database data types.
public class DataTypeCollection : SchemaItemCollection<DataType>, IList<DataType>, ICollection<DataType>, IReadOnlyList<DataType>, IReadOnlyCollection<DataType>, IEnumerable<DataType>, IList, ICollection, IEnumerable
- Inheritance
-
DataTypeCollection
- Implements
- Inherited Members
Constructors
DataTypeCollection()
Initializes a new instance of the DataTypeCollection class.
public DataTypeCollection()
DataTypeCollection(IEnumerable<DataType>)
Initializes a new instance of the DataTypeCollection class with the specified collection of items.
public DataTypeCollection(IEnumerable<DataType> dataTypes)
Parameters
dataTypesIEnumerable<DataType>The collection of items to initialize the collection with.
DataTypeCollection(int)
Initializes a new instance of the DataTypeCollection class with the specified initial capacity.
public DataTypeCollection(int capacity)
Parameters
capacityintThe initial number of elements that the collection can contain.