BeginTx
method BeginTx(ctx: Context; opts: TxOptions): tuple of (Tx, error)
(Tx, error) BeginTx(Context ctx, TxOptions opts)
func BeginTx(_ ctx: Context, _ opts: TxOptions) -> (Tx, error)
func BeginTx(ctx Context, opts TxOptions) tuple of (Tx, error)
Function BeginTx(ctx As Context, opts As TxOptions) As Tuple (Of Tx, error)
Parameters: