DrdaCommand.AddToBatch Method

Definition

Overloads

AddToBatch()
AddToBatch(Object[])

AddToBatch()

public:
 int AddToBatch();
public int AddToBatch ();
member this.AddToBatch : unit -> int
Public Function AddToBatch () As Integer

Returns

Int32

Applies to

AddToBatch(Object[])

public:
 int AddToBatch(cli::array <System::Object ^> ^ values);
public int AddToBatch (object[] values);
member this.AddToBatch : obj[] -> int
Public Function AddToBatch (values As Object()) As Integer

Parameters

values
Object[]

Returns

Int32

Applies to