1 write to DbType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
73
this.
DbType
= dbType;
3 references to DbType
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (3)
285
return GetMetaTypeOnly().
DbType
;
289
if ((null == metatype) || (metatype.
DbType
!= value) ||
943
else if ((DbType.Currency == destinationType.
DbType
) && (typeof(string) == currentType)) {