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