Row

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.database.sql
  • Platforms: .NET, .NET Standard 2.0, Island

Instance Methods


constructor

 

constructor

 

Row()

 

init()

 

Sub New()

constructor (error, Memory<Rows>)

 

// .NET, .NET Standard 2.0
constructor(aerr: error; arows: Memory<Rows>)
// Island
constructor(aerr: error; arows: Memory<Rows>)

 

// .NET, .NET Standard 2.0
Row(error aerr, Memory<Rows> arows)
// Island
Row(error aerr, Memory<Rows> arows)

 

// .NET, .NET Standard 2.0
init(_ aerr: error, _ arows: Memory<Rows>)
// Island
init(_ aerr: error, _ arows: Memory<Rows>)

 

// .NET, .NET Standard 2.0
Sub New(aerr As error, arows As Memory<Rows>)
// Island
Sub New(aerr As error, arows As Memory<Rows>)

Parameters:

  • aerr:
  • arows:

constructor (Row)

 

constructor(value: Row)

 

Row(Row value)

 

init(_ value: Row)

 

Sub New(value As Row)

Parameters:

  • value: