ORM Sample Class Library

DataManagerBase.ExecuteProcedure Method 

Should we expose this? Executes a stored proc.

[Visual Basic]
Public Function ExecuteProcedure( _
   ByVal procName As String, _
   ParamArray paramList As SqlParameter() _
) As DataSet
[C#]
public DataSet ExecuteProcedure(
   string procName,
   params SqlParameter[] paramList
);

See Also

DataManagerBase Class | OrmLib Namespace


in the 'where' clause.

Protected Instance Methods