3 writes to _dbType
System.Data.Entity (3)
System\Data\EntityClient\EntityParameter.cs (3)
187
this.
_dbType
= value;
378
_dbType
= null;
399
destination.
_dbType
= _dbType;
10 references to _dbType
System.Data.Entity (10)
System\Data\EntityClient\EntityParameter.cs (10)
156
if (!this.
_dbType
.HasValue)
182
return (DbType)this.
_dbType
;
264
if (!this.
_dbType
.HasValue && this._edmType == null)
308
return this.
_dbType
.HasValue;
372
if (
_dbType
!= null || _edmType != null)
399
destination._dbType =
_dbType
;
474
if (this._edmType != null && this.
_dbType
.HasValue)
481
return
_dbType
== DbType.String ||
_dbType
== DbType.AnsiString
486
return
_dbType
== dbType;