3 references to DataType
System.Data.Common (3)
System\Data\Common\DbDataReaderExtensions.cs (1)
48DataType = GetDbColumnValue<Type?>(SchemaTableColumn.DataType);
System\Data\Common\DBSchemaTable.cs (1)
46SchemaTableColumn.DataType,
System\Data\DataTableReader.cs (1)
726new DataColumn(SchemaTableColumn.DataType, typeof(Type));