[This is preliminary documentation and is subject to change.]

Sets the stored procedure command

Namespace:  OfficeClip.DBLayer
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected void SetSPCommand(
	string spName
)
Visual Basic (Declaration)
Protected Sub SetSPCommand ( _
	spName As String _
)
Visual C++
protected:
void SetSPCommand(
	String^ spName
)

Parameters

spName
Type: System..::.String

See Also