Gets the collection of view relations.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public virtual ViewRelationCollection ViewRelations { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property ViewRelations As ViewRelationCollection
	Get

See Also