Table of Contents

Class CheckOperator

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll
public class CheckOperator : ICheckItem
Inheritance
CheckOperator
Implements

Constructors

CheckOperator(CheckOperatorType)

Creates a new check operator for use in CHECK constraints.

Properties

CheckConstraintType

Gets the check constraint type (always CheckConstraintType.Operator).

CheckOperatorType

Gets or sets the type of comparison operator used in the CHECK constraint.

Methods

IsEqual(ICheckItem)

Determines whether this check operator is equal to another check item.

ToString()

Returns a string representation of the check operator.