Knight Data Access Layer
ExecuteNonQuerySproc(String,List<IDbDataParameter>) Method




KellermanSoftware.NetDataAccessLayer Namespace > IDataHelper Interface > ExecuteNonQuerySproc Method : ExecuteNonQuerySproc(String,List<IDbDataParameter>) Method
Name of the stored procedure
The parameters to use for the stored procedure
Execute the passed stored procedure and return the number of affected records. Output parameters will be set on return.
Syntax
Overloads Function ExecuteNonQuerySproc( _
   ByVal storedProcedure As String, _
   ByVal parameters As List(Of IDbDataParameter) _
) As Integer
Dim instance As IDataHelper
Dim storedProcedure As String
Dim parameters As List(Of IDbDataParameter)
Dim value As Integer
 
value = instance.ExecuteNonQuerySproc(storedProcedure, parameters)
int ExecuteNonQuerySproc( 
   string storedProcedure,
   List<IDbDataParameter> parameters
)
int ExecuteNonQuerySproc( 
   string* storedProcedure,
   List<IDbDataParameter*>* parameters
) 
int ExecuteNonQuerySproc( 
   String^ storedProcedure,
   List<IDbDataParameter^>^ parameters
) 

Parameters

storedProcedure
Name of the stored procedure
parameters
The parameters to use for the stored procedure
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDataHelper Interface
IDataHelper Members
Overload List