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