[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, DateTime parameterValue ) |
Visual Basic (Declaration) |
---|
Public Sub AddParameter ( _ parameterSP As String, _ parameterValue As DateTime _ ) |
Visual C++ |
---|
public: void AddParameter( String^ parameterSP, DateTime parameterValue ) |
Parameters
- parameterSP
- Type: System..::.String
The name of the stored procedure parameter
- parameterValue
- Type: System..::.DateTime
The value of the parameter