Skip to content

Commit 65ee75a

Browse files
committed
Update generated documentation for version 1.4.4
1 parent 2f64c8b commit 65ee75a

File tree

64 files changed

+843
-759
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+843
-759
lines changed

core/composable.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ <h2><a name="Generate-composable-queries-from-quotations" class="anchor" href="#
462462
<div class="fsdocs-tip" id="fs20">val query1: IQueryable&lt;SqlDataProvider&lt;...&gt;.dataContext.main.CustomersEntity&gt;</div>
463463
<div class="fsdocs-tip" id="fs21">val query: Linq.QueryBuilder</div>
464464
<div class="fsdocs-tip" id="fs22">val customers: SqlDataProvider&lt;...&gt;.dataContext.main.CustomersEntity</div>
465-
<div class="fsdocs-tip" id="fs23">property SqlDataProvider&lt;...&gt;.dataContext.Main: SqlDataProvider&lt;...&gt;.dataContext.mainSchema with get</div>
466-
<div class="fsdocs-tip" id="fs24">property SqlDataProvider&lt;...&gt;.dataContext.mainSchema.Customers: SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Customers with get<br /><em>&lt;summary&gt; The table Customers belonging to schema main&lt;/summary&gt;</em></div>
465+
<div class="fsdocs-tip" id="fs23">property SqlDataProvider&lt;...&gt;.dataContext.Main: SqlDataProvider&lt;...&gt;.readDataContext.mainSchema with get</div>
466+
<div class="fsdocs-tip" id="fs24">property SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.Customers: SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Customers with get<br /><em>&lt;summary&gt; The table Customers belonging to schema main&lt;/summary&gt;</em></div>
467467
<div class="fsdocs-tip" id="fs25">custom operation: where (bool)
468468

469469
Calls Linq.QueryBuilder.Where</div>
@@ -492,6 +492,7 @@ <h2><a name="Generate-composable-queries-from-quotations" class="anchor" href="#
492492
<div class="fsdocs-tip" id="fs35">val x: obj</div>
493493
<div class="fsdocs-tip" id="fs36">type CustomersEntity = SqlDataProvider&lt;...&gt;.dataContext.main.CustomersEntity</div>
494494
<div class="fsdocs-tip" id="fs37">type dataContext =
495+
member AsReadOnly: unit -&gt; readDataContext
495496
member ClearUpdates: unit -&gt; List&lt;SqlEntity&gt;
496497
member CreateConnection: unit -&gt; IDbConnection
497498
member GetUpdates: unit -&gt; List&lt;SqlEntity&gt;
@@ -501,8 +502,7 @@ <h2><a name="Generate-composable-queries-from-quotations" class="anchor" href="#
501502
member ``Design Time Commands`` : DesignTimeCommands
502503
member Main: mainSchema
503504
member Pragma: Pragma
504-
nested type DesignTimeCommands
505-
...</div>
505+
...<br /><em>Use dataContext to explore database schema and querying data. It will carry database-connection and possible modifications within transaction, that you can commit via SubmitUpdates.</em></div>
506506
<div class="fsdocs-tip" id="fs38">val companyNameFilter: inUse: bool -&gt; (IQueryable&lt;CustomersEntity&gt; -&gt; IQueryable&lt;CustomersEntity&gt;)</div>
507507
<div class="fsdocs-tip" id="fs39">val inUse: bool</div>
508508
<div class="fsdocs-tip" id="fs40">val myFilter2: x: IQueryable&lt;CustomersEntity&gt; -&gt; IQueryable&lt;CustomersEntity&gt;</div>
@@ -542,7 +542,7 @@ <h2><a name="Generate-composable-queries-from-quotations" class="anchor" href="#
542542
<div class="fsdocs-tip" id="fs72">val runtimeSelectedFilter: Quotations.Expr&lt;(SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity -&gt; bool)&gt;</div>
543543
<div class="fsdocs-tip" id="fs73">val employees: SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity array</div>
544544
<div class="fsdocs-tip" id="fs74">val emp: SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity</div>
545-
<div class="fsdocs-tip" id="fs75">property SqlDataProvider&lt;...&gt;.dataContext.mainSchema.Employees: SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Employees with get<br /><em>&lt;summary&gt; The table Employees belonging to schema main&lt;/summary&gt;</em></div>
545+
<div class="fsdocs-tip" id="fs75">property SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.Employees: SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Employees with get<br /><em>&lt;summary&gt; The table Employees belonging to schema main&lt;/summary&gt;</em></div>
546546

547547
</div>
548548
</main>

core/crud.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -519,12 +519,12 @@ <h3><a name="What-to-do-if-your-creation-fails-systematically-every-time" class=
519519
<div class="fsdocs-tip" id="fs17">val ctx: SqlDataProvider&lt;...&gt;.dataContext</div>
520520
<div class="fsdocs-tip" id="fs18">SqlDataProvider&lt;...&gt;.GetDataContext() : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />SqlDataProvider&lt;...&gt;.GetDataContext(selectOperations: SelectOperations) : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;&lt;param name=&#39;selectOperations&#39;&gt;Execute select-clause operations in SQL database rather than .NET-side.&lt;/param&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />SqlDataProvider&lt;...&gt;.GetDataContext(commandTimeout: int) : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;&lt;param name=&#39;commandTimeout&#39;&gt;SQL command timeout. Maximum time for single SQL-command in seconds.&lt;/param&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />SqlDataProvider&lt;...&gt;.GetDataContext(transactionOptions: Transactions.TransactionOptions) : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;&lt;param name=&#39;transactionOptions&#39;&gt;TransactionOptions for the transaction created on SubmitChanges.&lt;/param&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />SqlDataProvider&lt;...&gt;.GetDataContext(connectionString: string) : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;&lt;param name=&#39;connectionString&#39;&gt;The database runtime connection string&lt;/param&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />SqlDataProvider&lt;...&gt;.GetDataContext(connectionString: string, selectOperations: SelectOperations) : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;&lt;param name=&#39;connectionString&#39;&gt;The database runtime connection string&lt;/param&gt;&lt;param name=&#39;selectOperations&#39;&gt;Execute select-clause operations in SQL database rather than .NET-side.&lt;/param&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />SqlDataProvider&lt;...&gt;.GetDataContext(transactionOptions: Transactions.TransactionOptions, commandTimeout: int) : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;&lt;param name=&#39;transactionOptions&#39;&gt;TransactionOptions for the transaction created on SubmitChanges.&lt;/param&gt;&lt;param name=&#39;commandTimeout&#39;&gt;SQL command timeout. Maximum time for single SQL-command in seconds.&lt;/param&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />SqlDataProvider&lt;...&gt;.GetDataContext(connectionString: string, commandTimeout: int) : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;&lt;param name=&#39;connectionString&#39;&gt;The database runtime connection string&lt;/param&gt;&lt;param name=&#39;commandTimeout&#39;&gt;SQL command timeout. Maximum time for single SQL-command in seconds.&lt;/param&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />SqlDataProvider&lt;...&gt;.GetDataContext(connectionString: string, transactionOptions: Transactions.TransactionOptions) : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;&lt;param name=&#39;connectionString&#39;&gt;The database runtime connection string&lt;/param&gt;&lt;param name=&#39;transactionOptions&#39;&gt;TransactionOptions for the transaction created on SubmitChanges.&lt;/param&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />SqlDataProvider&lt;...&gt;.GetDataContext(connectionString: string, resolutionPath: string) : SqlDataProvider&lt;...&gt;.dataContext<br /><em>&lt;summary&gt;Returns an instance of the SQL Provider using the static parameters&lt;/summary&gt;&lt;param name=&#39;connectionString&#39;&gt;The database runtime connection string&lt;/param&gt;&lt;param name=&#39;resolutionPath&#39;&gt;The location to look for dynamically loaded assemblies containing database vendor specific connections and custom types. Types used in desing-time: If no better clue, prefer .NET Standard 2.0 versions. Semicolon to separate multiple.&lt;/param&gt;</em><br />&#160;&#160;&#160;<em>(+0 other overloads)</em></div>
521521
<div class="fsdocs-tip" id="fs19">val orders: SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Orders</div>
522-
<div class="fsdocs-tip" id="fs20">property SqlDataProvider&lt;...&gt;.dataContext.Main: SqlDataProvider&lt;...&gt;.dataContext.mainSchema with get</div>
523-
<div class="fsdocs-tip" id="fs21">property SqlDataProvider&lt;...&gt;.dataContext.mainSchema.Orders: SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Orders with get<br /><em>&lt;summary&gt; The table Orders belonging to schema main&lt;/summary&gt;</em></div>
522+
<div class="fsdocs-tip" id="fs20">property SqlDataProvider&lt;...&gt;.dataContext.Main: SqlDataProvider&lt;...&gt;.readDataContext.mainSchema with get</div>
523+
<div class="fsdocs-tip" id="fs21">property SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.Orders: SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Orders with get<br /><em>&lt;summary&gt; The table Orders belonging to schema main&lt;/summary&gt;</em></div>
524524
<div class="fsdocs-tip" id="fs22">val employees: SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Employees</div>
525-
<div class="fsdocs-tip" id="fs23">property SqlDataProvider&lt;...&gt;.dataContext.mainSchema.Employees: SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Employees with get<br /><em>&lt;summary&gt; The table Employees belonging to schema main&lt;/summary&gt;</em></div>
525+
<div class="fsdocs-tip" id="fs23">property SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.Employees: SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Employees with get<br /><em>&lt;summary&gt; The table Employees belonging to schema main&lt;/summary&gt;</em></div>
526526
<div class="fsdocs-tip" id="fs24">val customer: SqlDataProvider&lt;...&gt;.dataContext.main.CustomersEntity</div>
527-
<div class="fsdocs-tip" id="fs25">property SqlDataProvider&lt;...&gt;.dataContext.mainSchema.Customers: SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Customers with get<br /><em>&lt;summary&gt; The table Customers belonging to schema main&lt;/summary&gt;</em></div>
527+
<div class="fsdocs-tip" id="fs25">property SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.Customers: SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Customers with get<br /><em>&lt;summary&gt; The table Customers belonging to schema main&lt;/summary&gt;</em></div>
528528
<div class="fsdocs-tip" id="fs26">Multiple items<br />module Seq
529529

530530
from FSharp.Data.Sql<br /><br />--------------------<br />module Seq
@@ -548,7 +548,7 @@ <h3><a name="What-to-do-if-your-creation-fails-systematically-every-time" class=
548548
...<br /><em>&lt;summary&gt;Represents an instant in time, typically expressed as a date and time of day.&lt;/summary&gt;</em><br /><br />--------------------<br />DateTime ()<br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />DateTime(ticks: int64) : DateTime<br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />DateTime(date: DateOnly, time: TimeOnly) : DateTime<br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />DateTime(ticks: int64, kind: DateTimeKind) : DateTime<br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />DateTime(date: DateOnly, time: TimeOnly, kind: DateTimeKind) : DateTime<br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />DateTime(year: int, month: int, day: int) : DateTime<br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />DateTime(year: int, month: int, day: int, calendar: Globalization.Calendar) : DateTime<br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />DateTime(year: int, month: int, day: int, hour: int, minute: int, second: int) : DateTime<br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />DateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, kind: DateTimeKind) : DateTime<br />&#160;&#160;&#160;<em>(+0 other overloads)</em><br />DateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, calendar: Globalization.Calendar) : DateTime<br />&#160;&#160;&#160;<em>(+0 other overloads)</em></div>
549549
<div class="fsdocs-tip" id="fs31">property DateTime.Now: DateTime with get<br /><em>&lt;summary&gt;Gets a &lt;see cref=&quot;T:System.DateTime&quot; /&gt; object that is set to the current date and time on this computer, expressed as the local time.&lt;/summary&gt;<br />&lt;returns&gt;An object whose value is the current local date and time.&lt;/returns&gt;</em></div>
550550
<div class="fsdocs-tip" id="fs32">val row: SqlDataProvider&lt;...&gt;.dataContext.main.OrdersEntity</div>
551-
<div class="fsdocs-tip" id="fs33">SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Orders.Create() : SqlDataProvider&lt;...&gt;.dataContext.main.OrdersEntity<br />SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Orders.Create(data: Collections.Generic.IEnumerable&lt;string * obj&gt;) : SqlDataProvider&lt;...&gt;.dataContext.main.OrdersEntity<br /><em>&lt;summary&gt;Item array of database columns:
551+
<div class="fsdocs-tip" id="fs33">SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Orders.Create() : SqlDataProvider&lt;...&gt;.dataContext.main.OrdersEntity<br />SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Orders.Create(data: Collections.Generic.IEnumerable&lt;string * obj&gt;) : SqlDataProvider&lt;...&gt;.dataContext.main.OrdersEntity<br /><em>&lt;summary&gt;Item array of database columns:
552552
&lt;/summary&gt;</em></div>
553553
<div class="fsdocs-tip" id="fs34">property SqlDataProvider&lt;...&gt;.dataContext.main.OrdersEntity.CustomerId: string with get, set<br /><em>&lt;summary&gt;CustomerID: nchar(5)&lt;/summary&gt;</em></div>
554554
<div class="fsdocs-tip" id="fs35">property SqlDataProvider&lt;...&gt;.dataContext.main.CustomersEntity.CustomerId: string with get, set<br /><em>&lt;summary&gt;CustomerID: nchar(5)&lt;/summary&gt;</em></div>
@@ -595,8 +595,8 @@ <h3><a name="What-to-do-if-your-creation-fails-systematically-every-time" class=
595595
<div class="fsdocs-tip" id="fs55">val map: mapping: (&#39;T -&gt; &#39;U) -&gt; list: &#39;T list -&gt; &#39;U list</div>
596596
<div class="fsdocs-tip" id="fs56">val x: Employee</div>
597597
<div class="fsdocs-tip" id="fs57">val row: SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity</div>
598-
<div class="fsdocs-tip" id="fs58">SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Employees.Create() : SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity<br />SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Employees.Create(data: Collections.Generic.IEnumerable&lt;string * obj&gt;) : SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity<br /><em>&lt;summary&gt;Item array of database columns:
599-
FirstName,LastName&lt;/summary&gt;</em><br />SqlDataProvider&lt;...&gt;.dataContext.mainSchema.main.Employees.Create(FirstName: string, LastName: string) : SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity</div>
598+
<div class="fsdocs-tip" id="fs58">SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Employees.Create() : SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity<br />SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Employees.Create(data: Collections.Generic.IEnumerable&lt;string * obj&gt;) : SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity<br /><em>&lt;summary&gt;Item array of database columns:
599+
FirstName,LastName&lt;/summary&gt;</em><br />SqlDataProvider&lt;...&gt;.readDataContext.mainSchema.main.Employees.Create(FirstName: string, LastName: string) : SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity</div>
600600
<div class="fsdocs-tip" id="fs59">property SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity.FirstName: string with get, set<br /><em>&lt;summary&gt;FirstName: nvarchar(10)&lt;/summary&gt;</em></div>
601601
<div class="fsdocs-tip" id="fs60">Employee.FirstName: string</div>
602602
<div class="fsdocs-tip" id="fs61">property SqlDataProvider&lt;...&gt;.dataContext.main.EmployeesEntity.LastName: string with get, set<br /><em>&lt;summary&gt;LastName: nvarchar(20)&lt;/summary&gt;</em></div>

0 commit comments

Comments
 (0)