5 references to GetSqlDataType
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
806actualType = MetaType.GetSqlDataType(mt.TDSType, 0 /*no user type*/, 0 /*non-nullable type*/).SqlDbType;
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
3431rec.metaType = MetaType.GetSqlDataType(tdsType, userType, tdsLen); 4158col.metaType = MetaType.GetSqlDataType(tdsType, userType, col.length); 5284metaType = MetaType.GetSqlDataType(tdsType, userType:0, length:length); 5666MetaType mt = MetaType.GetSqlDataType(type, 0 /*no user datatype*/, 0 /* no lenData, non-nullable type */);