Compartir a través de


UserConnection.newmethod Method

Definition

Overloads

newmethod()

Initializes a new instance of the Connection class.

newmethod(Boolean)

newmethod()

Initializes a new instance of the Connection class.

protected:
 override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()

Applies to

newmethod(Boolean)

public:
 void newmethod(bool _generateNewTransactionID);
public void newmethod (bool _generateNewTransactionID);
override this.newmethod : bool -> unit
Public Sub newmethod (_generateNewTransactionID As Boolean)

Parameters

_generateNewTransactionID
Boolean

Applies to