RowCountCondition Class

Definition

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

Constructors

Name Description
RowCountCondition()

Properties

Name Description
Enabled (Inherited from TestCondition)
Name (Inherited from TestCondition)
ResultSet (Inherited from ResultSetCondition)
RowCount

Methods

Name Description
Assert(DbConnection, SqlExecutionResult[]) (Inherited from ResultSetCondition)
ToString()

Applies to