C# 클래스 System.Data.Tests.DataProvider

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
own_schema string
own_schema1 string
own_schema2 string
region string
store string

공개 메소드들

메소드 설명
CreateChildDataTable ( ) : DataTable
CreateForigenConstraint ( ) : DataSet
CreateParentDataTable ( ) : DataTable
CreateUniqueConstraint ( ) : DataTable
CreateUniqueConstraint ( DataTable dt ) : DataTable
GetDSSchema ( DataSet ds ) : string
TryToBreakForigenConstraint ( ) : void
TryToBreakUniqueConstraint ( ) : void

메소드 상세

CreateChildDataTable() 공개 정적인 메소드

public static CreateChildDataTable ( ) : DataTable
리턴 DataTable

CreateForigenConstraint() 공개 정적인 메소드

public static CreateForigenConstraint ( ) : DataSet
리턴 DataSet

CreateParentDataTable() 공개 정적인 메소드

public static CreateParentDataTable ( ) : DataTable
리턴 DataTable

CreateUniqueConstraint() 공개 정적인 메소드

public static CreateUniqueConstraint ( ) : DataTable
리턴 DataTable

CreateUniqueConstraint() 공개 정적인 메소드

public static CreateUniqueConstraint ( DataTable dt ) : DataTable
dt DataTable
리턴 DataTable

GetDSSchema() 공개 정적인 메소드

public static GetDSSchema ( DataSet ds ) : string
ds DataSet
리턴 string

TryToBreakForigenConstraint() 공개 정적인 메소드

public static TryToBreakForigenConstraint ( ) : void
리턴 void

TryToBreakUniqueConstraint() 공개 정적인 메소드

public static TryToBreakUniqueConstraint ( ) : void
리턴 void

프로퍼티 상세

own_schema 공개적으로 정적으로 프로퍼티

public static string own_schema
리턴 string

own_schema1 공개적으로 정적으로 프로퍼티

public static string own_schema1
리턴 string

own_schema2 공개적으로 정적으로 프로퍼티

public static string own_schema2
리턴 string

region 공개적으로 정적으로 프로퍼티

public static string region
리턴 string

store 공개적으로 정적으로 프로퍼티

public static string store
리턴 string