9 references to True
System.Data.Linq (9)
parent\DbmlShared\Mapping.cs (9)
176get { return this.isComposable ? XmlMappingConstant.True : null; } 284get { return this.isInheritanceDefault ? XmlMappingConstant.True : null; } 360get { return this.isPrimaryKey ? XmlMappingConstant.True : null; } 370get { return this.isDBGenerated ? XmlMappingConstant.True : null; } 380get { return this.isVersion ? XmlMappingConstant.True : null; } 390get { return this.isDiscriminator ? XmlMappingConstant.True : null; } 452get { return this.isForeignKey ? XmlMappingConstant.True : null; } 457get { return this.deleteOnNull ? XmlMappingConstant.True : null; } 467get { return this.isUnique ? XmlMappingConstant.True : null; }