1 write to SqlType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
76this.SqlType = sqlType;
11 references to SqlType
System.Data (11)
fx\src\data\Microsoft\SqlServer\Server\SqlDataRecord.cs (1)
246return MetaType.GetMetaTypeFromSqlDbType(md.SqlDbType, false).SqlType;
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (6)
1332providerSpecificFieldType = MetaType.MetaNVarChar.SqlType; 1336providerSpecificFieldType = MetaType.MetaMaxVarBinary.SqlType; 1340providerSpecificFieldType = MetaType.MetaImage.SqlType; 1356providerSpecificFieldType = metaData.baseTI.metaType.SqlType; // SqlType type. 1359providerSpecificFieldType = metaData.metaType.SqlType; // SqlType type. 1366providerSpecificFieldType = GetVersionedMetaType(metaData.metaType).SqlType; // SqlType type.
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (2)
93_currentMetaData[ordinal].SqlDbType, _currentMetaData[ordinal].IsMultiValued).SqlType ; 585schemaRow[ProviderSpecificDataType] = metaType.SqlType;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
679return MetaType.GetNullSqlValue(GetMetaTypeOnly().SqlType); 908((currentType != destinationType.SqlType) || (SqlDbType.Xml == destinationType.SqlDbType))) { // Special case for Xml types (since we need to convert SqlXml into a string)