diff --git a/core/async.html b/core/async.html index 8f6ed30d..1d463129 100644 --- a/core/async.html +++ b/core/async.html @@ -412,37 +412,37 @@
We use Fake and Paket. You have to run build.cmd
on Windows (or sh ./build.sh
on Mac/Linux) before opening the solutions.
The main source solution is SQLProvider.sln
.
-The unit tests are located in another one, SQLProvider.Tests.sln
, and when you open the solution, it will lock the bin\net472\FSharp.Data.SqlProvider.dll
, and after that you can't build the main solution.
SQLProvider.Tests.sln
, and when you open the solution, it will lock the bin\net48\FSharp.Data.SqlProvider.dll
, and after that you can't build the main solution.
C:\Users\me\.nuget\packages\sqlprovider\1.3.30
+
-
+
Full Usage:
AvgOp avg
@@ -355,7 +355,7 @@
-
+
-
+
Full Usage:
CountDistOp countDist
@@ -402,7 +402,7 @@
-
+
-
+
Full Usage:
CountOp count
@@ -449,7 +449,7 @@
-
+
-
+
Full Usage:
KeyOp key
@@ -496,7 +496,7 @@
-
+
-
+
Full Usage:
MaxOp max
@@ -543,7 +543,7 @@
-
+
-
+
Full Usage:
MinOp min
@@ -590,7 +590,7 @@
-
+
-
+
Full Usage:
StdDevOp std
@@ -637,7 +637,7 @@
-
+
-
+
Full Usage:
SumOp sum
@@ -684,7 +684,7 @@
-
+
-
+
Full Usage:
VarianceOp var
@@ -734,7 +734,376 @@
-
+
+
+ Instance members
+
+
+
+
+
+ Instance member
+
+
+ Description
+
+
+
+
+
+
+
+
+
+
+
+ this.IsAvgOp
+
+
+
+
+
+
+ Full Usage:
+ this.IsAvgOp
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsCountDistOp
+
+
+
+
+
+
+ Full Usage:
+ this.IsCountDistOp
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsCountOp
+
+
+
+
+
+
+ Full Usage:
+ this.IsCountOp
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsKeyOp
+
+
+
+
+
+
+ Full Usage:
+ this.IsKeyOp
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsMaxOp
+
+
+
+
+
+
+ Full Usage:
+ this.IsMaxOp
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsMinOp
+
+
+
+
+
+
+ Full Usage:
+ this.IsMinOp
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsStdDevOp
+
+
+
+
+
+
+ Full Usage:
+ this.IsStdDevOp
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsSumOp
+
+
+
+
+
+
+ Full Usage:
+ this.IsSumOp
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsVarianceOp
+
+
+
+
+
+
+ Full Usage:
+ this.IsVarianceOp
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
diff --git a/reference/fsharp-data-sql-array.html b/reference/fsharp-data-sql-array.html
index 30a44c24..bf79933e 100644
--- a/reference/fsharp-data-sql-array.html
+++ b/reference/fsharp-data-sql-array.html
@@ -315,7 +315,7 @@
Returns:
- Task<'a[]>
+ Task<'a array>
@@ -355,7 +355,7 @@
Returns:
- Task<'a[]>
+ Task<'a array>
diff --git a/reference/fsharp-data-sql-columnschema-alias.html b/reference/fsharp-data-sql-columnschema-alias.html
index 8ea1c899..723d79e4 100644
--- a/reference/fsharp-data-sql-columnschema-alias.html
+++ b/reference/fsharp-data-sql-columnschema-alias.html
@@ -288,6 +288,10 @@
IConvertible
,
IEquatable<string>
+ ,
+ ISpanParsable<string>
+ ,
+ IParsable<string>
@@ -323,7 +327,7 @@
-
+
-
+
Full Usage:
this.Chars
@@ -384,7 +388,7 @@
-
+
-
+
Full Usage:
this.Length
diff --git a/reference/fsharp-data-sql-columnschema-canonicalop.html b/reference/fsharp-data-sql-columnschema-canonicalop.html
index 89bf82bf..02006b3f 100644
--- a/reference/fsharp-data-sql-columnschema-canonicalop.html
+++ b/reference/fsharp-data-sql-columnschema-canonicalop.html
@@ -2437,7 +2437,1936 @@
-
+
+
+ Instance members
+
+
+
+
+
+ Instance member
+
+
+ Description
+
+
+
+
+
+
+
+
+
+
+
+ this.IsACos
+
+
+
+
+
+
+ Full Usage:
+ this.IsACos
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsASin
+
+
+
+
+
+
+ Full Usage:
+ this.IsASin
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsATan
+
+
+
+
+
+
+ Full Usage:
+ this.IsATan
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsAbs
+
+
+
+
+
+
+ Full Usage:
+ this.IsAbs
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsAddDays
+
+
+
+
+
+
+ Full Usage:
+ this.IsAddDays
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsAddHours
+
+
+
+
+
+
+ Full Usage:
+ this.IsAddHours
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsAddMinutes
+
+
+
+
+
+
+ Full Usage:
+ this.IsAddMinutes
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsAddMonths
+
+
+
+
+
+
+ Full Usage:
+ this.IsAddMonths
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsAddSeconds
+
+
+
+
+
+
+ Full Usage:
+ this.IsAddSeconds
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsAddYears
+
+
+
+
+
+
+ Full Usage:
+ this.IsAddYears
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsBasicMath
+
+
+
+
+
+
+ Full Usage:
+ this.IsBasicMath
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsBasicMathLeft
+
+
+
+
+
+
+ Full Usage:
+ this.IsBasicMathLeft
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Full Usage:
+ this.IsBasicMathOfColumns
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsCaseNotSql
+
+
+
+
+
+
+ Full Usage:
+ this.IsCaseNotSql
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsCaseSql
+
+
+
+
+
+
+ Full Usage:
+ this.IsCaseSql
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsCaseSqlPlain
+
+
+
+
+
+
+ Full Usage:
+ this.IsCaseSqlPlain
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsCastInt
+
+
+
+
+
+
+ Full Usage:
+ this.IsCastInt
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsCastVarchar
+
+
+
+
+
+
+ Full Usage:
+ this.IsCastVarchar
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsCeil
+
+
+
+
+
+
+ Full Usage:
+ this.IsCeil
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsCos
+
+
+
+
+
+
+ Full Usage:
+ this.IsCos
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsDate
+
+
+
+
+
+
+ Full Usage:
+ this.IsDate
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsDateDiffDays
+
+
+
+
+
+
+ Full Usage:
+ this.IsDateDiffDays
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsDateDiffSecs
+
+
+
+
+
+
+ Full Usage:
+ this.IsDateDiffSecs
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsDay
+
+
+
+
+
+
+ Full Usage:
+ this.IsDay
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsFloor
+
+
+
+
+
+
+ Full Usage:
+ this.IsFloor
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsGreatest
+
+
+
+
+
+
+ Full Usage:
+ this.IsGreatest
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsHour
+
+
+
+
+
+
+ Full Usage:
+ this.IsHour
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsIndexOf
+
+
+
+
+
+
+ Full Usage:
+ this.IsIndexOf
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsIndexOfStart
+
+
+
+
+
+
+ Full Usage:
+ this.IsIndexOfStart
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsLeast
+
+
+
+
+
+
+ Full Usage:
+ this.IsLeast
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsLength
+
+
+
+
+
+
+ Full Usage:
+ this.IsLength
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsMinute
+
+
+
+
+
+
+ Full Usage:
+ this.IsMinute
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsMonth
+
+
+
+
+
+
+ Full Usage:
+ this.IsMonth
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsPow
+
+
+
+
+
+
+ Full Usage:
+ this.IsPow
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsPowConst
+
+
+
+
+
+
+ Full Usage:
+ this.IsPowConst
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsReplace
+
+
+
+
+
+
+ Full Usage:
+ this.IsReplace
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsRound
+
+
+
+
+
+
+ Full Usage:
+ this.IsRound
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsRoundDecimals
+
+
+
+
+
+
+ Full Usage:
+ this.IsRoundDecimals
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsSecond
+
+
+
+
+
+
+ Full Usage:
+ this.IsSecond
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsSin
+
+
+
+
+
+
+ Full Usage:
+ this.IsSin
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsSqrt
+
+
+
+
+
+
+ Full Usage:
+ this.IsSqrt
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsSubstring
+
+
+
+
+
+
+ Full Usage:
+ this.IsSubstring
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Full Usage:
+ this.IsSubstringWithLength
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsTan
+
+
+
+
+
+
+ Full Usage:
+ this.IsTan
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsToLower
+
+
+
+
+
+
+ Full Usage:
+ this.IsToLower
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsToUpper
+
+
+
+
+
+
+ Full Usage:
+ this.IsToUpper
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsTrim
+
+
+
+
+
+
+ Full Usage:
+ this.IsTrim
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsTruncate
+
+
+
+
+
+
+ Full Usage:
+ this.IsTruncate
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsYear
+
+
+
+
+
+
+ Full Usage:
+ this.IsYear
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
diff --git a/reference/fsharp-data-sql-columnschema-condition.html b/reference/fsharp-data-sql-columnschema-condition.html
index 04456570..672713d9 100644
--- a/reference/fsharp-data-sql-columnschema-condition.html
+++ b/reference/fsharp-data-sql-columnschema-condition.html
@@ -305,7 +305,7 @@
-
+
-
+
Full Usage:
And((alias * SqlColumnType * ConditionOperator * obj option) list, Condition list option)
@@ -368,7 +368,7 @@
-
+
-
+
Full Usage:
ConstantFalse
@@ -401,7 +401,7 @@
-
+
-
+
Full Usage:
ConstantTrue
@@ -434,7 +434,7 @@
-
+
-
+
Full Usage:
NotSupported Expression
@@ -481,7 +481,7 @@
-
+
-
+
Full Usage:
Or((alias * SqlColumnType * ConditionOperator * obj option) list, Condition list option)
@@ -547,7 +547,220 @@
-
+
+
+ Instance members
+
+
+
+
+
+ Instance member
+
+
+ Description
+
+
+
+
+
+
+
+
+
+
+
+ this.IsAnd
+
+
+
+
+
+
+ Full Usage:
+ this.IsAnd
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsConstantFalse
+
+
+
+
+
+
+ Full Usage:
+ this.IsConstantFalse
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsConstantTrue
+
+
+
+
+
+
+ Full Usage:
+ this.IsConstantTrue
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsNotSupported
+
+
+
+
+
+
+ Full Usage:
+ this.IsNotSupported
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsOr
+
+
+
+
+
+
+ Full Usage:
+ this.IsOr
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
diff --git a/reference/fsharp-data-sql-columnschema-projectionparameter.html b/reference/fsharp-data-sql-columnschema-projectionparameter.html
index 4c14db28..fa65cf95 100644
--- a/reference/fsharp-data-sql-columnschema-projectionparameter.html
+++ b/reference/fsharp-data-sql-columnschema-projectionparameter.html
@@ -305,7 +305,7 @@
-
+
-
+
Full Usage:
EntityColumn string
@@ -352,7 +352,7 @@
-
+
-
+
Full Usage:
OperationColumn(string, SqlColumnType)
@@ -418,7 +418,103 @@
-
+
+
+ Instance members
+
+
+
+
+
+ Instance member
+
+
+ Description
+
+
+
+
+
+
+
+
+
+
+
+ this.IsEntityColumn
+
+
+
+
+
+
+ Full Usage:
+ this.IsEntityColumn
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsOperationColumn
+
+
+
+
+
+
+ Full Usage:
+ this.IsOperationColumn
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
diff --git a/reference/fsharp-data-sql-columnschema-sqlcolumntype.html b/reference/fsharp-data-sql-columnschema-sqlcolumntype.html
index f91c14f6..87076dfa 100644
--- a/reference/fsharp-data-sql-columnschema-sqlcolumntype.html
+++ b/reference/fsharp-data-sql-columnschema-sqlcolumntype.html
@@ -305,7 +305,7 @@
-
+
-
+
Full Usage:
CanonicalOperation(CanonicalOp, SqlColumnType)
@@ -368,7 +368,7 @@
-
+
-
+
Full Usage:
GroupColumn(AggregateOperation, SqlColumnType)
@@ -431,7 +431,7 @@
-
+
-
+
Full Usage:
KeyColumn string
@@ -481,7 +481,142 @@
-
+
+
+ Instance members
+
+
+
+
+
+ Instance member
+
+
+ Description
+
+
+
+
+
+
+
+
+
+
+
+
+ Full Usage:
+ this.IsCanonicalOperation
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsGroupColumn
+
+
+
+
+
+
+ Full Usage:
+ this.IsGroupColumn
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsKeyColumn
+
+
+
+
+
+
+ Full Usage:
+ this.IsKeyColumn
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
diff --git a/reference/fsharp-data-sql-columnschema-sqlitemorcolumn.html b/reference/fsharp-data-sql-columnschema-sqlitemorcolumn.html
index 8ded635a..f36804d0 100644
--- a/reference/fsharp-data-sql-columnschema-sqlitemorcolumn.html
+++ b/reference/fsharp-data-sql-columnschema-sqlitemorcolumn.html
@@ -305,7 +305,7 @@
-
+
-
+
Full Usage:
SqlCol(string, SqlColumnType)
@@ -368,7 +368,7 @@
-
+
-
+
Full Usage:
SqlConstant obj
@@ -418,7 +418,103 @@
-
+
+
+ Instance members
+
+
+
+
+
+ Instance member
+
+
+ Description
+
+
+
+
+
+
+
+
+
+
+
+ this.IsSqlCol
+
+
+
+
+
+
+ Full Usage:
+ this.IsSqlCol
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
+
+
+
+
+ this.IsSqlConstant
+
+
+
+
+
+
+ Full Usage:
+ this.IsSqlConstant
+
+
+
+ Returns:
+ bool
+
+
+
+
+
+
+
+
+ -
+
+ Returns:
+
+
bool
+
+
+
+
+
+
+
+
diff --git a/reference/fsharp-data-sql-common-casesensitivitychange.html b/reference/fsharp-data-sql-common-casesensitivitychange.html
index ebd8c316..fcd7d4e6 100644
--- a/reference/fsharp-data-sql-common-casesensitivitychange.html
+++ b/reference/fsharp-data-sql-common-casesensitivitychange.html
@@ -269,6 +269,8 @@
,
IConvertible
,
+ ISpanFormattable
+ ,
IFormattable
@@ -308,7 +310,7 @@
-
+
-
+
Full Usage:
ORIGINAL
@@ -350,7 +352,7 @@
-
+
-
+
Full Usage:
TOLOWER
@@ -392,7 +394,7 @@
-
+
-
+
Full Usage:
TOUPPER
diff --git a/reference/fsharp-data-sql-common-databaseprovidertypes.html b/reference/fsharp-data-sql-common-databaseprovidertypes.html
index 7971dc7b..995a57b2 100644
--- a/reference/fsharp-data-sql-common-databaseprovidertypes.html
+++ b/reference/fsharp-data-sql-common-databaseprovidertypes.html
@@ -269,6 +269,8 @@
,
IConvertible
,
+ ISpanFormattable
+ ,
IFormattable
@@ -308,7 +310,7 @@
-
+
-
+
Full Usage:
DUCKDB
@@ -350,7 +352,7 @@
-
+
-
+
Full Usage:
FIREBIRD
@@ -392,7 +394,7 @@