ExpectedSchemaCondition Class

Definition

[System.ComponentModel.Composition.PartCreationPolicy(System.ComponentModel.Composition.CreationPolicy.NonShared)]
public class ExpectedSchemaCondition : Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.DataSetTestCondition
[<System.ComponentModel.Composition.PartCreationPolicy(System.ComponentModel.Composition.CreationPolicy.NonShared)>]
type ExpectedSchemaCondition = class
    inherit DataSetTestCondition
Public Class ExpectedSchemaCondition
Inherits DataSetTestCondition
Inheritance
ExpectedSchemaCondition
Derived
Attributes

Constructors

Name Description
ExpectedSchemaCondition()

Properties

Name Description
Configuration (Inherited from DataSetTestCondition)
Enabled (Inherited from TestCondition)
Name (Inherited from TestCondition)
Schema
Verbose

Methods

Name Description
Assert(DbConnection, SqlExecutionResult[])
ConfigureExpectedDataSet(DataSet)
ToString()

Applies to