8 references to GetMetaTypeOnly
System.Data (8)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (8)
285
return
GetMetaTypeOnly
().DbType;
338
MetaType mt =
GetMetaTypeOnly
();
369
_internalMetaType =
GetMetaTypeOnly
();
635
return
GetMetaTypeOnly
().SqlDbType;
679
return MetaType.GetNullSqlValue(
GetMetaTypeOnly
().SqlType);
689
SqlDbType sqlDbType =
GetMetaTypeOnly
().SqlDbType;
1079
if (
GetMetaTypeOnly
().IsVarTime) {
1477
MetaType metaType =
GetMetaTypeOnly
();