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!

RelationsCollection.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the RelationsCollection class.

Overload List

Gets the relation specified by index.

[Visual Basic] Overloads MustOverride Public Default ReadOnly Property Item(Integer) As DataRelation
[C#] public DataRelation this[int] {abstract get;}
[C++] public: __property virtual DataRelation* get_Item(int) = 0;
[JScript] RelationsCollection.Item (int)

Gets the relation specified by name.

[Visual Basic] Overloads MustOverride Public Default ReadOnly Property Item(String) As DataRelation
[C#] public DataRelation this[String] {abstract get;}
[C++] public: __property virtual DataRelation* get_Item(String*) = 0;
[JScript] RelationsCollection.Item (String)

See Also

RelationsCollection Class | RelationsCollection Members | System.Data Namespace