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