C# 클래스 System.Data.DataRelationCollection.DataSetRelationCollection

상속: DataRelationCollection
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
AddRange ( DataRelation relations ) : void
Clear ( ) : void
this ( int index ) : DataRelation
this ( string name ) : DataRelation

보호된 메소드들

메소드 설명
AddCore ( DataRelation relation ) : void
GetDataSet ( ) : DataSet
RemoveCore ( DataRelation relation ) : void

비공개 메소드들

메소드 설명
DataSetRelationCollection ( DataSet dataSet ) : System.Collections
FinishInitRelations ( ) : void

메소드 상세

AddCore() 보호된 메소드

protected AddCore ( DataRelation relation ) : void
relation DataRelation
리턴 void

AddRange() 공개 메소드

public AddRange ( DataRelation relations ) : void
relations DataRelation
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetDataSet() 보호된 메소드

protected GetDataSet ( ) : DataSet
리턴 DataSet

RemoveCore() 보호된 메소드

protected RemoveCore ( DataRelation relation ) : void
relation DataRelation
리턴 void

this() 공개 메소드

public this ( int index ) : DataRelation
index int
리턴 DataRelation

this() 공개 메소드

public this ( string name ) : DataRelation
name string
리턴 DataRelation