3 writes to _edmType
System.Data.Entity (3)
System\Data\EntityClient\EntityParameter.cs (3)
211this._edmType = value; 377_edmType = null; 400destination._edmType = _edmType;
11 references to _edmType
System.Data.Entity (11)
System\Data\EntityClient\EntityParameter.cs (11)
158if (this._edmType != null) 160return GetDbTypeFromEdm(_edmType); 202return this._edmType; 264if (!this._dbType.HasValue && this._edmType == null) 372if (_dbType != null || _edmType != null) 400destination._edmType = _edmType; 434_edmType.FullName, _parameterName)); 437if (this._edmType != null) 439typeUsage = TypeUsage.Create(this._edmType); 474if (this._edmType != null && this._dbType.HasValue) 476DbType dbType = GetDbTypeFromEdm(_edmType);