Click or drag to resize
IStatementBindParameters Property
An IReadOnlyOrderedDictionaryTKey, TValue of the statement's bind parameters keyed by the parameter name. Note when accessing by index the first parameter is zero-based indexed unlike in the native SQLite APIs that are one-based indexed.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
IReadOnlyOrderedDictionary<string, IBindParameter> BindParameters { get; }

Property Value

Type: IReadOnlyOrderedDictionaryString, IBindParameter
See Also