'Declaration Public Function ExecProc( _ ByVal name As String, _ ByVal ParamArray parameters() As Object _ ) As Object
public object ExecProc( string name, params object[] parameters )
Parameters
- name
- The name of the stored procedure or function.
- parameters
- Array of parameters to be passed to the stored procedure.
Return Value
The value that function returns.