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