15 references to Type
System.Data (15)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (3)
498
source.
Type
);
508
source.
Type
);
579
firstMd.
Type
== secondMd.Type &&
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (3)
573
result =
Type
.FullName;
791
(null!=
Type
) ?
Type
.ToString():"<null>",
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (4)
1122
Type t = metaData.
Type
;
2380
Type t = metaData.
Type
;
2389
result = SerializationHelperSql9.Deserialize( s, metaData.
Type
);
3665
fieldMetaData.SqlDbType, fieldMetaData.IsMultiValued, cellValue, fieldMetaData.
Type
,
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (5)
77
return _currentMetaData[ordinal].
Type
;
89
return _currentMetaData[ordinal].
Type
;
588
schemaRow[UdtAssemblyQualifiedName] = colMetaData.
Type
.AssemblyQualifiedName;
589
schemaRow[DataType] = colMetaData.
Type
;
590
schemaRow[ProviderSpecificDataType] = colMetaData.
Type
;