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
<param name="script"><see langword="true"/> if the ddl should be outputted in the Console.</param>
37144
-
<param name="export"><see langword="true"/> if the ddl should be executed against the Database.</param>
37148
+
<param name="useStdOut"><see langword="true"/> if the ddl should be outputted in the Console.</param>
37149
+
<param name="execute"><see langword="true"/> if the ddl should be executed against the Database.</param>
37150
+
<remarks>
37151
+
This is a convenience method that calls <see cref="M:NHibernate.Tool.hbm2ddl.SchemaExport.Execute(System.Boolean,System.Boolean,System.Boolean)"/> and sets
<param name="scriptAction"> an action that will be called for each line of the generated ddl.</param>
37160
+
<param name="execute"><see langword="true"/> if the ddl should be executed against the Database.</param>
37161
+
<remarks>
37162
+
This is a convenience method that calls <see cref="M:NHibernate.Tool.hbm2ddl.SchemaExport.Execute(System.Boolean,System.Boolean,System.Boolean)"/> and sets
<param name="exportOutput"> if non-null, the ddl will be written to this TextWriter.</param>
37171
+
<param name="execute"><see langword="true"/> if the ddl should be executed against the Database.</param>
37145
37172
<remarks>
37146
37173
This is a convenience method that calls <see cref="M:NHibernate.Tool.hbm2ddl.SchemaExport.Execute(System.Boolean,System.Boolean,System.Boolean)"/> and sets
37147
37174
the justDrop parameter to false.
@@ -37151,19 +37178,30 @@
37151
37178
<summary>
37152
37179
Run the drop schema script
37153
37180
</summary>
37154
-
<param name="script"><see langword="true"/> if the ddl should be outputted in the Console.</param>
37155
-
<param name="export"><see langword="true"/> if the ddl should be executed against the Database.</param>
37181
+
<param name="useStdOut"><see langword="true"/> if the ddl should be outputted in the Console.</param>
37182
+
<param name="execute"><see langword="true"/> if the ddl should be executed against the Database.</param>
37156
37183
<remarks>
37157
37184
This is a convenience method that calls <see cref="M:NHibernate.Tool.hbm2ddl.SchemaExport.Execute(System.Boolean,System.Boolean,System.Boolean)"/> and sets
<param name="exportOutput"> if non-null, the ddl will be written to this TextWriter.</param>
37193
+
<param name="execute"><see langword="true"/> if the ddl should be executed against the Database.</param>
37194
+
<remarks>
37195
+
This is a convenience method that calls <see cref="M:NHibernate.Tool.hbm2ddl.SchemaExport.Execute(System.Action{System.String},System.Boolean,System.Boolean,System.IO.TextWriter)"/> and sets
0 commit comments