2 writes to PropertyAlias
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (2)
336
translator.
PropertyAlias
= "t";
341
translator.
PropertyAlias
= null;
2 references to PropertyAlias
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (2)
596
if (!string.IsNullOrEmpty(this.
PropertyAlias
))
598
_commandText.Append(this.
PropertyAlias
);