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