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
<tdcolspan="1" rowspan="1">Returns a collection of images representing the target Database Database Diagrams scaled to the given width and heigth.</td>
238
+
<tdcolspan="1" rowspan="1">{m:database.asDatabaseImage(400, 300)} returns: A sequence of images.</td>
<tdcolspan="1" rowspan="1">Returns a collection of images representing the target Database Database Diagrams scaled to the given width keeping the initial image ratio.</td>
252
+
<tdcolspan="1" rowspan="1">{m:database.asDatabaseImage(400)} returns: A sequence of images.</td>
<tdcolspan="1" rowspan="1">Returns a collection of images representing the target Database Database Partial View Diagrams scaled to the given width keeping the initial image ratio.</td>
266
+
<tdcolspan="1" rowspan="1">{m:database.asDatabasePartialViewImage(400)} returns: A sequence of images.</td>
<tdcolspan="1" rowspan="1">Returns a collection of images representing the target Database Database Partial View Diagrams scaled to the given width and heigth.</td>
273
+
<tdcolspan="1" rowspan="1">{m:database.asDatabasePartialViewImage(400, 300)} returns: A sequence of images.</td>
<tdcolspan="1" rowspan="1">Returns a collection of images representing the target Schema Schema Diagrams scaled to the given width keeping the initial image ratio.</td>
196
+
<tdcolspan="1" rowspan="1">{m:schema.asSchemaImage(400)} returns: A sequence of images.</td>
<tdcolspan="1" rowspan="1">Returns a collection of images representing the target Schema Schema Partial View Diagrams scaled to the given width keeping the initial image ratio.</td>
217
+
<tdcolspan="1" rowspan="1">{m:schema.asSchemaPartialViewImage(400)} returns: A sequence of images.</td>
<tdcolspan="1" rowspan="1">Returns a collection of images representing the target Schema Schema Partial View Diagrams scaled to the given width and heigth.</td>
224
+
<tdcolspan="1" rowspan="1">{m:schema.asSchemaPartialViewImage(400, 300)} returns: A sequence of images.</td>
0 commit comments