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