QueryerContext

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; query: string; args: Slice<NamedValue>): tuple of (Rows, error)

 

(Rows, error) QueryContext(Context ctx, string query, Slice<NamedValue> args)

 

func QueryContext(_ ctx: Context, _ query: string, _ args: Slice<NamedValue>) -> (Rows, error)

 

func QueryContext(ctx Context, query string, args Slice<NamedValue>) tuple of (Rows, error)

 

Function QueryContext(ctx As Context, query As string, args As Slice<NamedValue>) As Tuple (Of Rows, error)

Parameters:

  • ctx:
  • query:
  • args: