6 references to GetMetaTypeFromValue
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1273MetaType metatype = MetaType.GetMetaTypeFromValue(value);
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
6311MetaType mt = MetaType.GetMetaTypeFromValue(value);
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
805mt = MetaType.GetMetaTypeFromValue(val, streamAllowed: false);
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
5826MetaType mt = MetaType.GetMetaTypeFromValue(value); 5835mt = MetaType.GetMetaTypeFromValue(new SqlMoney((decimal)value)); 5989MetaType metatype = MetaType.GetMetaTypeFromValue(value);