StmtExecContext
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
ExecContext
method ExecContext(ctx: Context; args: Slice<NamedValue>): tuple of (Result, error)
(Result, error) ExecContext(Context ctx, Slice<NamedValue> args)
func ExecContext(_ ctx: Context, _ args: Slice<NamedValue>) -> (Result, error)
func ExecContext(ctx Context, args Slice<NamedValue>) tuple of (Result, error)
Function ExecContext(ctx As Context, args As Slice<NamedValue>) As Tuple (Of Result, error)
Parameters:
- ctx:
- args: