C# Class System.Data.Tests.DataProvider

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
own_schema string
own_schema1 string
own_schema2 string
region string
store string

Méthodes publiques

Méthode 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 méthode

public static CreateChildDataTable ( ) : DataTable
Résultat DataTable

CreateForigenConstraint() public static méthode

public static CreateForigenConstraint ( ) : DataSet
Résultat DataSet

CreateParentDataTable() public static méthode

public static CreateParentDataTable ( ) : DataTable
Résultat DataTable

CreateUniqueConstraint() public static méthode

public static CreateUniqueConstraint ( ) : DataTable
Résultat DataTable

CreateUniqueConstraint() public static méthode

public static CreateUniqueConstraint ( DataTable dt ) : DataTable
dt DataTable
Résultat DataTable

GetDSSchema() public static méthode

public static GetDSSchema ( DataSet ds ) : string
ds DataSet
Résultat string

TryToBreakForigenConstraint() public static méthode

public static TryToBreakForigenConstraint ( ) : void
Résultat void

TryToBreakUniqueConstraint() public static méthode

public static TryToBreakUniqueConstraint ( ) : void
Résultat void

Property Details

own_schema public_oe static_oe property

public static string own_schema
Résultat string

own_schema1 public_oe static_oe property

public static string own_schema1
Résultat string

own_schema2 public_oe static_oe property

public static string own_schema2
Résultat string

region public_oe static_oe property

public static string region
Résultat string

store public_oe static_oe property

public static string store
Résultat string