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(aerr: error; arows: Memory<Rows>)
Row(error aerr, Memory<Rows> arows)
init(_ aerr: error, _ arows: Memory<Rows>)
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: