Table of Contents

Property Constraints

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

Constraints

Gets the collection of constraints (primary keys, foreign keys, unique, check, default) defined on this table.

public IReadOnlyCollection<Constraint> Constraints { get; }

Property Value

IReadOnlyCollection<Constraint>