PreparedStatement
Namespace: FSharp.ORM
Represents a SQL statement.
Record Fields
Record Field | Description |
FormattedText
Signature: string
|
![]() ![]() Gets the formatted SQL. |
Parameters
Signature: PreparedParameter list
|
![]() ![]() Gets parameters. |
Text
Signature: string
|
![]() ![]() Gets the SQL. |