System.Data.DataRelationCollection.this C# (CSharp) 메소드

this() 공개 추상적인 메소드

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

Same methods

DataRelationCollection::this ( string name ) : DataRelation