RowCountCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
| RowCountCondition() |
Properties
| Enabled | (Inherited from TestCondition) |
| Name | (Inherited from TestCondition) |
| ResultSet | (Inherited from ResultSetCondition) |
| RowCount | |
Methods
| Assert(DbConnection, SqlExecutionResult[]) | (Inherited from ResultSetCondition) |
| ToString() | |