Gets or sets fetch relationships.

Namespace: MonoSoftware.MonoX.API.Linq
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public IRelationCollection RelationsToWalk { get; set; }
Visual Basic
Public Property RelationsToWalk As IRelationCollection
	Get
	Set
Visual C++
public:
property IRelationCollection^ RelationsToWalk {
	IRelationCollection^ get ();
	void set (IRelationCollection^ value);
}
F#
member RelationsToWalk : IRelationCollection with get, set

Property Value

Type: IRelationCollection

See Also