[This is preliminary documentation and is subject to change.]
Adds a parameter to the parameter list.
Namespace:
OfficeClip.DBLayerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void AddParameter( string parameterSP, double parameterValue, int size, int precision, int scale ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddParameter ( _ parameterSP As String, _ parameterValue As Double, _ size As Integer, _ precision As Integer, _ scale As Integer _ ) |
| Visual C++ |
|---|
public: void AddParameter( String^ parameterSP, double parameterValue, int size, int precision, int scale ) |
Parameters
- parameterSP
- Type: System..::.String
The name of the stored procedure parameter
- parameterValue
- Type: System..::.Double
The value of the parameter
- size
- Type: System..::.Int32
The size of the parameter in bytes
- precision
- Type: System..::.Int32
The precision of the parameter
- scale
- Type: System..::.Int32
The scale of the parameter
