You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/fluent-interface.html
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -145,8 +145,8 @@ <h2 id="insert-data-as-an-non-unicode-string">Insert data as an non-Unicode stri
145
145
<p>If you want to insert a string as non-Unicode (ANSI) then use the NonUnicodeString class:</p>
146
146
<pre><codeclass="lang-cs">Insert.IntoTable("TestTable").Row(new { Name = new NonUnicodeString("ansi string") });
147
147
</code></pre>
148
-
<h2id="allrows-attribute">AllRows Attribute</h2>
149
-
<p>A common task is to add a non-nullable column without a default value. One way this can be achieved is with the 'AllRows' attribute, via these three steps:</p>
<p>A common task is to add a non-nullable column without a default value. One way this can be achieved is with the 'AllRows' method, via these three steps:</p>
<li><ahref="xref:FluentMigrator.IMigration">IMigration</a> as implemented interface (The <ahref="xref:FluentMigrator.Migration">Migration class</a> already implements it)</li>
<li><ahref="xref:FluentMigrator.IMigration">IMigration</a> as implemented interface (The <ahref="xref:FluentMigrator.Migration">Migration class</a> already implements it)</li>
<li><ahref="xref:FluentMigrator.IMigration">IMigration</a> as implemented interface (The <ahref="xref:FluentMigrator.Migration">Migration class</a> already implements it)</li>
0 commit comments