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