See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Provides a collection of relationship properties that have the same class/table/foreign keys.

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
public abstract RelatedRelationPropertyCollection RelatedRelationPropertyAccessors { get; }
Visual Basic
Public MustOverride ReadOnly Property RelatedRelationPropertyAccessors As RelatedRelationPropertyCollection
	Get
Visual C++
public:
virtual property RelatedRelationPropertyCollection^ RelatedRelationPropertyAccessors {
	RelatedRelationPropertyCollection^ get () abstract;
}

Property Value

Type: RelatedRelationPropertyCollection

See Also