[This is preliminary documentation and is subject to change.]
Adds the stored procedure parameter
Namespace:
OfficeClip.DBLayerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void AddParameter( string parameterSP, byte[] parameterValue ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddParameter ( _ parameterSP As String, _ parameterValue As Byte() _ ) |
| Visual C++ |
|---|
public: void AddParameter( String^ parameterSP, array<unsigned char>^ parameterValue ) |
Parameters
- parameterSP
- Type: System..::.String
- parameterValue
- Type: array<System..::.Byte>[]()[]
