1 write to _commandText
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
467_commandText = commandText;
13 references to _commandText
System.Data.Entity (13)
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (13)
551_commandText.Append(" is null"); 556_commandText.Append("not ("); 558_commandText.Append(")"); 564_commandText.Append(parameter.ParameterName); 591_commandText.Append(SqlGenerator.GetTargetTSql(expression.Target)); 598_commandText.Append(this.PropertyAlias); 599_commandText.Append("."); 601_commandText.Append(GenerateMemberTSql(expression.Property)); 606_commandText.Append("null"); 617else { _commandText.Append(", "); } 624_commandText.Append("("); 626_commandText.Append(separator); 628_commandText.Append(")");