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