2 writes to _esqlCommandText
System.Data.Entity (2)
System\Data\EntityClient\EntityCommand.cs (2)
77
this.
_esqlCommandText
= statement;
205
this.
_esqlCommandText
= value;
7 references to _esqlCommandText
System.Data.Entity (7)
System\Data\EntityClient\EntityCommand.cs (7)
193
return this.
_esqlCommandText
?? "";
203
if (this.
_esqlCommandText
!= value)
225
if (!string.IsNullOrEmpty(this.
_esqlCommandText
))
235
if (!string.IsNullOrEmpty(this.
_esqlCommandText
))
577
if (!string.IsNullOrEmpty(this.
_esqlCommandText
))
586
this.
_esqlCommandText
,
704
if (!this._enableQueryPlanCaching || string.IsNullOrEmpty(this.
_esqlCommandText
))