10
10
< meta name ="viewport " content ="width=device-width ">
11
11
< meta name ="title " content ="Class AutoScriptMigration
12
12
| FluentMigrator documentation ">
13
- < meta name ="generator " content ="docfx 2.44.0 .0 ">
13
+ < meta name ="generator " content ="docfx 2.59.4 .0 ">
14
14
15
15
< link rel ="shortcut icon " href ="../../images/favicon.ico ">
16
16
< link rel ="stylesheet " href ="../../styles/docfx.vendor.css ">
61
61
< div class ="container body-content ">
62
62
63
63
< div id ="search-results ">
64
- < div class ="search-list "> </ div >
64
+ < div class ="search-list "> Search Results for < span > </ span > </ div >
65
65
< div class ="sr-items ">
66
66
< p > < i class ="glyphicon glyphicon-refresh index-loading "> </ i > </ p >
67
67
</ div >
68
- < ul id ="pagination "> </ ul >
68
+ < ul id ="pagination " data-first =" First " data-prev =" Previous " data-next =" Next " data-last =" Last " > </ ul >
69
69
</ div >
70
70
</ div >
71
71
< div role ="main " class ="container body-content hide-when-search ">
@@ -87,11 +87,11 @@ <h1 id="FluentMigrator_AutoScriptMigration" data-uid="FluentMigrator.AutoScriptM
87
87
< div class ="markdown level0 conceptual "> </ div >
88
88
< div class ="inheritance ">
89
89
< h5 > Inheritance</ h5 >
90
- < div class ="level0 "> < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.object "> Object</ a > </ div >
90
+ < div class ="level0 "> < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.object "> Object</ a > </ div >
91
91
< div class ="level1 "> < a class ="xref " href ="FluentMigrator.MigrationBase.html "> MigrationBase</ a > </ div >
92
92
< div class ="level2 "> < span class ="xref "> AutoScriptMigration</ span > </ div >
93
93
</ div >
94
- < div classs ="implements ">
94
+ < div class ="implements ">
95
95
< h5 > Implements</ h5 >
96
96
< div > < a class ="xref " href ="FluentMigrator.IMigration.html "> IMigration</ a > </ div >
97
97
</ div >
@@ -128,7 +128,28 @@ <h5>Inherited Members</h5>
128
128
< a class ="xref " href ="FluentMigrator.MigrationBase.html#FluentMigrator_MigrationBase_IfDatabase_System_String___ "> MigrationBase.IfDatabase(String[])</ a >
129
129
</ div >
130
130
< div >
131
- < a class ="xref " href ="FluentMigrator.MigrationBase.html#FluentMigrator_MigrationBase_IfDatabase_Predicate_System_String__ "> MigrationBase.IfDatabase(Predicate<String>)</ a >
131
+ < a class ="xref " href ="FluentMigrator.MigrationBase.html#FluentMigrator_MigrationBase_IfDatabase_System_Predicate_System_String__ "> MigrationBase.IfDatabase(Predicate<String>)</ a >
132
+ </ div >
133
+ < div >
134
+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) "> Object.Equals(Object)</ a >
135
+ </ div >
136
+ < div >
137
+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) "> Object.Equals(Object, Object)</ a >
138
+ </ div >
139
+ < div >
140
+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode "> Object.GetHashCode()</ a >
141
+ </ div >
142
+ < div >
143
+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype "> Object.GetType()</ a >
144
+ </ div >
145
+ < div >
146
+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone "> Object.MemberwiseClone()</ a >
147
+ </ div >
148
+ < div >
149
+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object) "> Object.ReferenceEquals(Object, Object)</ a >
150
+ </ div >
151
+ < div >
152
+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring "> Object.ToString()</ a >
132
153
</ div >
133
154
</ div >
134
155
< h6 > < strong > Namespace</ strong > : < a class ="xref " href ="FluentMigrator.html "> FluentMigrator</ a > </ h6 >
@@ -147,7 +168,7 @@ <h4 id="FluentMigrator_AutoScriptMigration_Down" data-uid="FluentMigrator.AutoSc
147
168
< div class ="markdown level1 conceptual "> </ div >
148
169
< h5 class ="decalaration "> Declaration</ h5 >
149
170
< div class ="codewrapper ">
150
- < pre > < code class ="lang-csharp hljs "> public override sealed void Down()</ code > </ pre >
171
+ < pre > < code class ="lang-csharp hljs "> public sealed override void Down()</ code > </ pre >
151
172
</ div >
152
173
< h5 class ="overrides "> Overrides</ h5 >
153
174
< div > < a class ="xref " href ="FluentMigrator.MigrationBase.html#FluentMigrator_MigrationBase_Down "> MigrationBase.Down()</ a > </ div >
@@ -159,7 +180,7 @@ <h4 id="FluentMigrator_AutoScriptMigration_Up" data-uid="FluentMigrator.AutoScri
159
180
< div class ="markdown level1 conceptual "> </ div >
160
181
< h5 class ="decalaration "> Declaration</ h5 >
161
182
< div class ="codewrapper ">
162
- < pre > < code class ="lang-csharp hljs "> public override sealed void Up()</ code > </ pre >
183
+ < pre > < code class ="lang-csharp hljs "> public sealed override void Up()</ code > </ pre >
163
184
</ div >
164
185
< h5 class ="overrides "> Overrides</ h5 >
165
186
< div > < a class ="xref " href ="FluentMigrator.MigrationBase.html#FluentMigrator_MigrationBase_Up "> MigrationBase.Up()</ a > </ div >
@@ -177,7 +198,8 @@ <h3 id="implements">Implements</h3>
177
198
</ ul >
178
199
</ div >
179
200
< nav class ="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix " id ="affix ">
180
- <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
201
+ < h5 > In This Article</ h5 >
202
+ < div > </ div >
181
203
</ nav >
182
204
</ div >
183
205
</ div >
0 commit comments