C# Class System.Data.Tests.DataProvider

Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
own_schema string
own_schema1 string
own_schema2 string
region string
store string

Public Methods

Method Description
CreateChildDataTable ( ) : DataTable
CreateForigenConstraint ( ) : DataSet
CreateParentDataTable ( ) : DataTable
CreateUniqueConstraint ( ) : DataTable
CreateUniqueConstraint ( DataTable dt ) : DataTable
GetDSSchema ( DataSet ds ) : string
TryToBreakForigenConstraint ( ) : void
TryToBreakUniqueConstraint ( ) : void

Method Details

CreateChildDataTable() public static method

public static CreateChildDataTable ( ) : DataTable
return DataTable

CreateForigenConstraint() public static method

public static CreateForigenConstraint ( ) : DataSet
return DataSet

CreateParentDataTable() public static method

public static CreateParentDataTable ( ) : DataTable
return DataTable

CreateUniqueConstraint() public static method

public static CreateUniqueConstraint ( ) : DataTable
return DataTable

CreateUniqueConstraint() public static method

public static CreateUniqueConstraint ( DataTable dt ) : DataTable
dt DataTable
return DataTable

GetDSSchema() public static method

public static GetDSSchema ( DataSet ds ) : string
ds DataSet
return string

TryToBreakForigenConstraint() public static method

public static TryToBreakForigenConstraint ( ) : void
return void

TryToBreakUniqueConstraint() public static method

public static TryToBreakUniqueConstraint ( ) : void
return void

Property Details

own_schema public static property

public static string own_schema
return string

own_schema1 public static property

public static string own_schema1
return string

own_schema2 public static property

public static string own_schema2
return string

region public static property

public static string region
return string

store public static property

public static string store
return string