1 write to dataType
System.Data (1)
fx\src\data\System\Data\DataColumn.cs (1)
166dataType = type;
8 references to dataType
System.Data (8)
fx\src\data\System\Data\DataColumn.cs (8)
531return dataType; 534if (dataType != value) { 674defaultValue = SqlConvert.ChangeTypeForDefaultValue(defaultValue, this.dataType, FormatProvider); 676System.Reflection.PropertyInfo propInfo = this.dataType.GetProperty("Null", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static); 744DataExpression testExpression = new DataExpression(this.table, value, this.dataType); 1321if (this.dataType == typeof(Char)) 1322throw ExceptionBuilder.CannotSetSimpleContent(ColumnName, this.dataType); 1687_storage = DataStorage.CreateStorage(this, dataType, _storageType);