Out

Overview

Location

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

Fields


Dest

 

var Dest: Object;

 

Object Dest

 

var Dest: Object

 

Dest interface{}

 

FIELD Dest() As Object

In

 

var In: bool;

 

bool In

 

var In: bool

 

In bool

 

FIELD In() As bool

Instance Methods


constructor

 

constructor

 

Out()

 

init()

 

Sub New()

constructor (Object, Object, Boolean)

 

// .NET, .NET Standard 2.0
constructor(a_Named_Fields_Required: Object; aDest: Object; aIn: Boolean)
// Island
constructor(a_Named_Fields_Required: Object; aDest: Object; aIn: bool)

 

// .NET, .NET Standard 2.0
Out(Object a_Named_Fields_Required, Object aDest, Boolean aIn)
// Island
Out(Object a_Named_Fields_Required, Object aDest, bool aIn)

 

// .NET, .NET Standard 2.0
init(_ a_Named_Fields_Required: Object, _ aDest: Object, _ aIn: Boolean)
// Island
init(_ a_Named_Fields_Required: Object, _ aDest: Object, _ aIn: bool)

 

// .NET, .NET Standard 2.0
Sub New(a_Named_Fields_Required As Object, aDest As Object, aIn As Boolean)
// Island
Sub New(a_Named_Fields_Required As Object, aDest As Object, aIn As bool)

Parameters:

  • a_Named_Fields_Required:
  • aDest:
  • aIn:

constructor (Out)

 

constructor(value: Out)

 

Out(Out value)

 

init(_ value: Out)

 

Sub New(value As Out)

Parameters:

  • value: