1 write to _dataType
System.Data.Common (1)
System\Data\Common\DataStorage.cs (1)
145
_dataType
= type;
52 references to _dataType
System.Data.Common (52)
System\Data\Common\BigIntegerStorage.cs (1)
22
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\BooleanStorage.cs (1)
76
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\ByteStorage.cs (1)
148
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\CharStorage.cs (1)
75
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\DateTimeOffsetStorage.cs (1)
85
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\DateTimeStorage.cs (1)
85
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\DecimalStorage.cs (1)
153
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\DoubleStorage.cs (1)
148
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\Int16Storage.cs (1)
162
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\Int32Storage.cs (1)
161
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\Int64Storage.cs (1)
153
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\ObjectStorage.cs (11)
38
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
240
else if (
_dataType
== typeof(object) ||
_dataType
.IsInstanceOfType(value))
247
if (
_dataType
== typeof(Guid) && valType == typeof(string))
251
else if (
_dataType
== typeof(byte[]))
321
Type type =
_dataType
; // real type of objects in this column
343
object Obj = System.Activator.CreateInstance(
_dataType
, true)!;
387
else if (
_dataType
== typeof(object))
408
type = (typeName == null) ?
_dataType
: DataStorage.GetType(typeName);
453
XmlSerializer deserializerWithRootAttribute = ObjectStorage.GetXmlSerializer(
_dataType
, xmlAttrib);
467
Type type =
_dataType
;
System\Data\Common\SByteStorage.cs (1)
148
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SingleStorage.cs (1)
149
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
49
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
83
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
50
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
158
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
50
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
85
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
157
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
158
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
50
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
158
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
158
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
159
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
158
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
156
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
91
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\SqlUDTStorage.cs (8)
67
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
93
throw ExceptionBuilder.IComparableNotImplemented(
_dataType
.AssemblyQualifiedName!);
126
else if (!
_dataType
.IsInstanceOfType(value))
152
object Obj = System.Activator.CreateInstance(
_dataType
, true)!;
165
XmlSerializer deserializerWithOutRootAttribute = ObjectStorage.GetXmlSerializer(
_dataType
);
186
Type type = (typeName == null) ?
_dataType
: Type.GetType(typeName)!;
197
XmlSerializer deserializerWithRootAttribute = ObjectStorage.GetXmlSerializer(
_dataType
, xmlAttrib);
236
XmlSerializer serializerWithRootAttribute = ObjectStorage.GetXmlSerializer(
_dataType
, xmlAttrib);
System\Data\Common\StringStorage.cs (1)
81
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\TimeSpanStorage.cs (1)
144
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\UInt16Storage.cs (1)
161
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\UInt32Storage.cs (1)
159
throw ExceptionBuilder.AggregateException(kind,
_dataType
);
System\Data\Common\UInt64Storage.cs (1)
153
throw ExceptionBuilder.AggregateException(kind,
_dataType
);