ScalarValueCondition Class
Verifies that a particular value in a specific row and column was expected.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.TestCondition
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ResultSetCondition
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition
Syntax
[PartCreationPolicyAttribute(CreationPolicy.NonShared)]
public class ScalarValueCondition : ResultSetCondition
[PartCreationPolicyAttribute(CreationPolicy::NonShared)]
public ref class ScalarValueCondition : ResultSetCondition
[<PartCreationPolicyAttribute(CreationPolicy.NonShared)>]
type ScalarValueCondition =
class
inherit ResultSetCondition
end
<PartCreationPolicyAttribute(CreationPolicy.NonShared)>
Public Class ScalarValueCondition
Inherits ResultSetCondition
Constructors
Name | Description | |
---|---|---|
ScalarValueCondition() | Initializes a new instance of the ScalarValueCondition class. |
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) |
|
ColumnNumber | Gets or sets the column number that is associated with the ResultSet. |
|
Container | (Inherited from Component.) |
|
DesignMode | (Inherited from Component.) |
|
Enabled | Gets or sets a value that indicates whether the test condition is enabled.(Inherited from TestCondition.) |
|
Events | (Inherited from Component.) |
|
ExpectedValue | Gets or sets the expected value of the first column of the first row of the specified ResultSet. |
|
Name | Gets or sets the test condition name.(Inherited from TestCondition.) |
|
NullExpected | Gets or sets a value that indicates whether the ExpectedValue expects a null value. |
|
ResultSet | Gets or sets the result set in the SqlExecutionResult to check.(Inherited from ResultSetCondition.) |
|
RowNumber | Gets or sets the row number that is associated with the ResultSet. |
|
Site | (Inherited from Component.) |
Methods
Name | Description | |
---|---|---|
Assert(DbConnection, SqlExecutionResult[]) | Validates input parameters.(Inherited from ResultSetCondition.) |
|
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
|
Dispose() | (Inherited from Component.) |
|
Dispose(Boolean) | (Inherited from Component.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Component.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
|
GetService(Type) | (Inherited from Component.) |
|
GetType() | (Inherited from Object.) |
|
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
|
ToString() | Returns a string that represents the current object.(Overrides Component.ToString().) |
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace
Return to top