[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| AddParameters(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.) | |
| AddParameters(SqlCommand, String, SqlDbType, Int32) | 
            Adds a null parameter for the stored procedure.
              (Inherited from OfficeClipDB.) | |
| AddParameters(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.) | |
| AddParameters(SqlCommand, String, Boolean, SqlDbType, Int32) | 
            Adds a boolean parameter for the stored procedure.
              (Inherited from OfficeClipDB.) | |
| AddParameters(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.) | |
| AddParameters(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.) | |
| AddParameters(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.) | |
| AddParameters(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.) | 
