1 write to Expression
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
596
cm.
Expression
= OptionalAttribute(reader, XmlMappingConstant.Expression);
2 references to Expression
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
989
this.isDBGenerated = cmap.IsDbGenerated || !string.IsNullOrEmpty(cmap.
Expression
) || this.isVersion;
993
this.expression = cmap.
Expression
;