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

Sets the stored procedure data adapter

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

Syntax

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

Parameters

spName
Type: System..::.String

See Also