Class ConstraintInfo
Inheritance
ConstraintInfo
Assembly: FluentMigrator.Runner.Firebird.dll
Syntax
public sealed class ConstraintInfo
Properties
|
Edit this page
View Source
DeleteRule
Declaration
public Rule DeleteRule { get; }
Property Value
|
Edit this page
View Source
ForeignIndex
Declaration
public IndexInfo ForeignIndex { get; }
Property Value
|
Edit this page
View Source
IndexName
Declaration
public string IndexName { get; }
Property Value
|
Edit this page
View Source
IsForeignKey
Declaration
public bool IsForeignKey { get; }
Property Value
|
Edit this page
View Source
IsNotNull
Declaration
public bool IsNotNull { get; }
Property Value
|
Edit this page
View Source
IsPrimaryKey
Declaration
public bool IsPrimaryKey { get; }
Property Value
|
Edit this page
View Source
IsUnique
Declaration
public bool IsUnique { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
UpdateRule
Declaration
public Rule UpdateRule { get; }
Property Value
Methods
|
Edit this page
View Source
Read(FirebirdProcessor, TableInfo)
Declaration
public static List<ConstraintInfo> Read(FirebirdProcessor processor, TableInfo table)
Parameters
Returns