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