[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodAddParameter(String, Boolean)
Adds a parameter to the parameter list.
(Inherited from OfficeClipDB.)
Public methodAddParameter(String, array<Byte>[]()[])
Adds the stored procedure parameter
(Inherited from OfficeClipDB.)
Public methodAddParameter(String, DateTime)
Adds a parameter to the parameter list.
(Inherited from OfficeClipDB.)
Public methodAddParameter(String, Int32)
Adds a parameter to the parameter list.
(Inherited from OfficeClipDB.)
Public methodAddParameter(String, String)
Adds a parameter to the parameter list.
(Inherited from OfficeClipDB.)
Public methodAddParameter(String, SqlDbType, Int32)
Adds a parameter to the parameter list. The parameter value will be null
(Inherited from OfficeClipDB.)
Public methodAddParameter(String, String, Int32)
Adds a parameter to the parameter list.
(Inherited from OfficeClipDB.)
Public methodAddParameter(String, Double, Int32, Int32, Int32)
Adds a parameter to the parameter list.
(Inherited from OfficeClipDB.)

See Also