Class IndexInfo
Assembly: FluentMigrator.Runner.Firebird.dll
Syntax
public sealed class IndexInfo
Properties
|
Edit this page
View Source
Columns
Declaration
public List<string> Columns { get; }
Property Value
|
Edit this page
View Source
IsAscending
Declaration
public bool IsAscending { 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
TableName
Declaration
public string TableName { get; }
Property Value
Methods
|
Edit this page
View Source
Read(FirebirdProcessor, TableInfo)
Declaration
public static List<IndexInfo> Read(FirebirdProcessor processor, TableInfo table)
Parameters
Returns
|
Edit this page
View Source
Read(FirebirdProcessor, string)
Declaration
public static IndexInfo Read(FirebirdProcessor processor, string indexName)
Parameters
Returns