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

Overload List

  NameDescription
Protected methodAddParameters(SqlCommand, String, array<Byte>[]()[], SqlDbType)
Adds the parameter to the SqlCommand for the stored procedure. This done to make the parameter assignment simple for Stored Procedure.
(Inherited from OfficeClipDB.)
Protected methodAddParameters(SqlCommand, String, SqlDbType, Int32)
Adds a null parameter for the stored procedure.
(Inherited from OfficeClipDB.)
Protected methodAddParameters(SqlCommand, String, String, SqlDbType)
Adds the parameter to the SqlCommand for the stored procedure. This done to make the parameter assignment simple for Stored Procedure.
(Inherited from OfficeClipDB.)
Protected methodAddParameters(SqlCommand, String, Boolean, SqlDbType, Int32)
Adds a boolean parameter for the stored procedure.
(Inherited from OfficeClipDB.)
Protected methodAddParameters(SqlCommand, String, DateTime, SqlDbType, Int32)
Adds the parameter to the SqlCommand for the stored procedure. This done to make the parameter assignment simple for Stored Procedure.
(Inherited from OfficeClipDB.)
Protected methodAddParameters(SqlCommand, String, Int32, SqlDbType, Int32)
Adds the parameter to the SqlCommand for the stored procedure. This done to make the parameter assignment simple for Stored Procedure.
(Inherited from OfficeClipDB.)
Protected methodAddParameters(SqlCommand, String, String, SqlDbType, Int32)
Adds the parameter to the SqlCommand for the stored procedure. This done to make the parameter assignment simple for Stored Procedure.
(Inherited from OfficeClipDB.)
Protected methodAddParameters(SqlCommand, String, Double, SqlDbType, Int32, Int32, Int32)
Adds a double parameter to the SqlCommand for the stored procedure. This done to make the parameter assignment simple for Stored Procedure.
(Inherited from OfficeClipDB.)

See Also