NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridTable.RelationsList

Gets the relation objects of the grid table.

[Visual Basic]
Public ReadOnly Property RelationsList As ObjectList
[C#]
public ObjectList RelationsList {get;}
[C++]
public: __property ObjectList* get_RelationsList();
[JScript]
public function get RelationsList() : ObjectList;

Property Value

An ObjectList that contains the relation objects.

See Also

DataGridTable Class | DataGridTable Members | System.WinForms Namespace