2 writes to isVersion
System.Data.Linq (2)
parent\DbmlShared\Mapping.cs (2)
376
set { this.
isVersion
= value; }
381
set { this.
isVersion
= (value != null) ? bool.Parse(value) : false; }
2 references to isVersion
System.Data.Linq (2)
parent\DbmlShared\Mapping.cs (2)
375
get { return this.
isVersion
; }
380
get { return this.
isVersion
? XmlMappingConstant.True : null; }