1 write to DataType
System.Data (1)
fx\src\data\System\Data\Common\DataStorage.cs (1)
146
DataType
= type;
53 references to DataType
System.Data (53)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (1)
26
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\BooleanStorage.cs (1)
72
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\ByteStorage.cs (1)
138
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\CharStorage.cs (1)
72
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\DateTimeOffsetStorage.cs (1)
76
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\DateTimeStorage.cs (1)
77
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\DecimalStorage.cs (1)
138
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
138
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\Int16Storage.cs (1)
144
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\Int32Storage.cs (1)
143
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\Int64Storage.cs (1)
138
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\ObjectStorage.cs (11)
35
throw ExceptionBuilder.AggregateException(kind,
DataType
);
208
else if (
DataType
== typeof(Object) ||
DataType
.IsInstanceOfType(value)) {
213
if (
DataType
== typeof(Guid) && valType == typeof(string)){
216
else if (
DataType
== typeof(byte[])) {
269
Type type =
DataType
; // real type of objects in this column
286
object Obj = System.Activator.CreateInstance(
DataType
, true);
321
else if (
DataType
== typeof(object)) {// there is no Keywords.MSD_INSTANCETYPE and no Keywords.TYPE
336
type = (typeName == null)?
DataType
: DataStorage.GetType(typeName);
370
XmlSerializer deserializerWithRootAttribute = ObjectStorage.GetXmlSerializer(
DataType
, xmlAttrib);
380
Type type =
DataType
;
fx\src\data\System\Data\Common\SByteStorage.cs (1)
138
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SingleStorage.cs (1)
139
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
49
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
78
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
50
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
146
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
49
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
80
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
145
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
146
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
49
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
146
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
146
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
147
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
146
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
147
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
84
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (8)
73
throw ExceptionBuilder.AggregateException(kind,
DataType
);
93
throw ExceptionBuilder.IComparableNotImplemented(
DataType
.AssemblyQualifiedName);
119
else if (!
DataType
.IsInstanceOfType(value)) {
141
object Obj = System.Activator.CreateInstance (
DataType
, true);
153
XmlSerializer deserializerWithOutRootAttribute = ObjectStorage.GetXmlSerializer(
DataType
);
168
Type type = (typeName == null)?
DataType
: Type.GetType(typeName);
175
XmlSerializer deserializerWithRootAttribute = ObjectStorage.GetXmlSerializer(
DataType
, xmlAttrib);
204
XmlSerializer serializerWithRootAttribute = ObjectStorage.GetXmlSerializer(
DataType
, xmlAttrib);
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
48
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\StringStorage.cs (1)
76
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\TimeSpanStorage.cs (1)
129
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
143
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
142
throw ExceptionBuilder.AggregateException(kind,
DataType
);
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
138
throw ExceptionBuilder.AggregateException(kind,
DataType
);