Skip to content

DataTypeList class

Represents a list of DataType values.

public class Korzh.EasyQuery.DataTypeList
: Collection<DataType>, IList<DataType>, ICollection<DataType>, IEnumerable<DataType>, IEnumerable, IList, ICollection, IReadOnlyList<DataType>, IReadOnlyCollection<DataType>
TypeNameDescription
StringCommaTextGets or sets the text representation of type list delimited with the comma.
TypeNameDescription
voidAddRange(IEnumerable<DataType> types)Adds the type stored in an IEnumerable to the end of the list.
voidInsertItem(Int32 index, DataType item)Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
voidInsertRange(Int32 index, IEnumerable<DataType> types)Inserts the types stored in an IEnumerable object into the list starting from specified index.
TypeNameDescription
DataTypeListBoolDataTypesThe list which represents the most common data types
DataTypeListCommonDataTypesThe list which represents the most common data types
DataTypeListIntegerDataTypesThe list which represents all integer-like data types (numeric and boolean)
DataTypeListRangeDataTypesThe list which represents all ranged data types (numeric and boolean)
DataTypeListStringDataTypesThe list which represents all string data types (numeric and boolean)
DataTypeListTimeDataTypesThe list which represents all string data types (numeric and boolean)