Class TableInfo
Assembly: FluentMigrator.Runner.Firebird.dll
Syntax
public sealed class TableInfo
Constructors
|
Edit this page
View Source
TableInfo(DataRow)
Declaration
public TableInfo(DataRow drMeta)
Parameters
Type |
Name |
Description |
DataRow |
drMeta |
|
|
Edit this page
View Source
TableInfo(string, bool)
Declaration
public TableInfo(string name, bool exists)
Parameters
Properties
|
Edit this page
View Source
Exists
Declaration
public bool Exists { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
Methods
|
Edit this page
View Source
Read(FirebirdProcessor, string, FirebirdQuoter)
Declaration
public static TableInfo Read(FirebirdProcessor processor, string tableName, FirebirdQuoter quoter)
Parameters
Returns