Table of Contents

Constructor Constraint

Namespace
YndigoBlue.Velocity.Constraints
Assembly
YndigoBlue.Velocity.dll

Constraint(string, string, string)

Initializes a new instance of the Constraint class.

public Constraint(string name, string schemaName, string tableName)

Parameters

name string

The constraint name.

schemaName string

The schema name containing the table.

tableName string

The table name that owns the constraint.