Click or drag to resize
BindParameter Class
Extension methods for instances of IBindParameter.
Inheritance Hierarchy
SystemObject
  SQLitePCL.prettyBindParameter

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static class BindParameter
Methods
  NameDescription
Public methodStatic memberBind(IBindParameter, ISQLiteValue)
Bind the parameter to an ISQLiteValue.
Public methodStatic memberBind(IBindParameter, Boolean)
Bind the parameter to an Boolean.
Public methodStatic memberBind(IBindParameter, DateTime)
Bind the parameter to an DateTime.
Public methodStatic memberBind(IBindParameter, DateTimeOffset)
Bind the parameter to an DateTimeOffset.
Public methodStatic memberBind(IBindParameter, Decimal)
Bind the parameter to an Decimal.
Public methodStatic memberBind(IBindParameter, Guid)
Bind the parameter to an Guid.
Public methodStatic memberBind(IBindParameter, Stream)
Bind the parameter to an Stream.
Public methodStatic memberBind(IBindParameter, Object)
Bind the parameter to a value based upon its runtime type.
Public methodStatic memberBind(IBindParameter, TimeSpan)
Bind the parameter to an TimeSpan.
Public methodStatic memberBind(IBindParameter, Uri)
Bind the parameter to a Uri.
Top
See Also