2 writes to direction
System.Data.Linq (2)
parent\DbmlShared\Mapping.cs (2)
224this.direction = (value == null) 232set { this.direction = value; }
3 references to direction
System.Data.Linq (3)
parent\DbmlShared\Mapping.cs (3)
222get { return this.direction == MappingParameterDirection.In ? null : this.direction.ToString(); } 231get { return this.direction; }