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