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

Gets the Private IO events for exporting to various formats

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

Syntax

C#
public DataSet GetPrivateIOEvents(
	int userid,
	string storedProcedureName
)
Visual Basic (Declaration)
Public Function GetPrivateIOEvents ( _
	userid As Integer, _
	storedProcedureName As String _
) As DataSet
Visual C++
public:
DataSet^ GetPrivateIOEvents(
	int userid, 
	String^ storedProcedureName
)

Parameters

userid
Type: System..::.Int32
The id of the user
storedProcedureName
Type: System..::.String
The Stored procedure name, There can be multiple stored procedure each having the same Signature

Return Value

The DataSet corresponding to the IO event This DataSet consists of a single DataTable with the following columns.

See Also