3 overrides of Expression
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
1172public override string Expression {
Mapping\MappedMetaModel.cs (2)
1111public override string Expression { 1798public override string Expression {
4 references to Expression
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (1)
647if (mm.IsDbGenerated && mm.IsPrimaryKey && string.IsNullOrEmpty(mm.Expression)) {
Mapping\MappedMetaModel.cs (1)
715if (mm.IsDbGenerated && mm.IsPrimaryKey && string.IsNullOrEmpty(mm.Expression)) {
SqlClient\SqlBuilder.cs (2)
110if (!string.IsNullOrEmpty(mm.Expression)) { 112sb.Append("AS " + mm.Expression);