ConnBeginTx
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.database.sql.driver
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
BeginTx
method BeginTx(ctx: Context; opts: TxOptions): tuple of (Tx, error)
(Tx, error) BeginTx(Context ctx, TxOptions opts)
func BeginTx(_ ctx: Context, _ opts: TxOptions) -> tuple of (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:
- ctx:
- opts: