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