Overview

Location

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

Required Methods


LastInsertId

method LastInsertId: tuple of (int64, error)
(int64, error) LastInsertId()
func LastInsertId() -> tuple of (int64, error)
func LastInsertId() tuple of (int64, error)
Function LastInsertId() As Tuple (Of int64, error)

RowsAffected

method RowsAffected: tuple of (int64, error)
(int64, error) RowsAffected()
func RowsAffected() -> tuple of (int64, error)
func RowsAffected() tuple of (int64, error)
Function RowsAffected() As Tuple (Of int64, error)