Interface IVersionTableMetaData
Assembly: FluentMigrator.Runner.Core.dll
public interface IVersionTableMetaData
Properties
|
Edit this page
View Source
ApplicationContext
Provides access to
ApplicationContext
object.
Declaration
[Obsolete("Use dependency injection to get the IRunnerContext")]
object ApplicationContext { get; set; }
Property Value
|
Edit this page
View Source
Declaration
string AppliedOnColumnName { get; }
Property Value
|
Edit this page
View Source
Declaration
string ColumnName { get; }
Property Value
|
Edit this page
View Source
Declaration
string DescriptionColumnName { get; }
Property Value
|
Edit this page
View Source
Declaration
Property Value
|
Edit this page
View Source
Declaration
string SchemaName { get; }
Property Value
|
Edit this page
View Source
Declaration
string TableName { get; }
Property Value
|
Edit this page
View Source
Declaration
string UniqueIndexName { get; }
Property Value