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");
617
else {
_commandText
.Append(", "); }
624
_commandText
.Append("(");
626
_commandText
.Append(separator);
628
_commandText
.Append(")");