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