[This is preliminary documentation and is subject to change.]
Sets the stored procedure command
Namespace:
OfficeClip.DBLayerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
protected void SetSPCommand( string spName, int commandTimeout ) |
| Visual Basic (Declaration) |
|---|
Protected Sub SetSPCommand ( _ spName As String, _ commandTimeout As Integer _ ) |
| Visual C++ |
|---|
protected: void SetSPCommand( String^ spName, int commandTimeout ) |
Parameters
- spName
- Type: System..::.String
- commandTimeout
- Type: System..::.Int32
The timeout, if explicitly set
