FSharp.ORM


PreparedStatement

Namespace: FSharp.ORM

Represents a SQL statement.

Record Fields

Record FieldDescription
FormattedText
Signature: string

Gets the formatted SQL.

Parameters
Signature: PreparedParameter list

Gets parameters.

Text
Signature: string

Gets the SQL.

Fork me on GitHub