FSharp.QueryProvider


PreparedStatement<'P>

Namespace: FSharp.QueryProvider
Parent Module: PreparedQuery

Represents everything needed to create a IDbCommand and construct something from its reader.

Record Fields

Record FieldDescription
FormattedText
Signature: string
Parameters
Signature: seq<PreparedParameter<'P>>
ResultConstructionInfo
Signature: ConstructionInfo option
Text
Signature: string
Fork me on GitHub