System.Data.DataRelationCollection.this C# (CSharp) Method

this() public abstract method

Gets the relation specified by index.
public abstract this ( int index ) : DataRelation
index int
return DataRelation
        public abstract DataRelation this[int index] { get; }

Same methods

DataRelationCollection::this ( string name ) : DataRelation