NamedValue
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
constructor
constructor
NamedValue()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aName: string; aOrdinal: Int64; aValue: Object)
// Island
constructor(aName: string; aOrdinal: int; aValue: Value)
// .NET, .NET Standard 2.0
NamedValue(string aName, Int64 aOrdinal, Object aValue)
// Island
NamedValue(string aName, int aOrdinal, Value aValue)
// .NET, .NET Standard 2.0
init(_ aName: string, _ aOrdinal: Int64, _ aValue: Object)
// Island
init(_ aName: string, _ aOrdinal: int, _ aValue: Value)
// .NET, .NET Standard 2.0
Sub New(aName As string, aOrdinal As Int64, aValue As Object)
// Island
Sub New(aName As string, aOrdinal As int, aValue As Value)
Parameters:
- aName:
- aOrdinal:
- aValue:
constructor (NamedValue)
constructor(value: NamedValue)
NamedValue(NamedValue value)
init(_ value: NamedValue)
Sub New(value As NamedValue)
Parameters:
- value:
Name
var Name: string;
string Name
var Name: string
Name string
FIELD Name() As string
Ordinal
var Ordinal: int;
int Ordinal
var Ordinal: int
Ordinal int
FIELD Ordinal() As int
Value
var Value: Value;
Value Value
var Value: Value
Value Value
FIELD Value() As Value
Name
var Name: string;
string Name
var Name: string
Name string
FIELD Name() As string
Ordinal
var Ordinal: int;
int Ordinal
var Ordinal: int
Ordinal int
FIELD Ordinal() As int
Value
var Value: Value;
Value Value
var Value: Value
Value Value
FIELD Value() As Value
constructor
constructor
NamedValue()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aName: string; aOrdinal: Int64; aValue: Object)
// Island
constructor(aName: string; aOrdinal: int; aValue: Value)
// .NET, .NET Standard 2.0
NamedValue(string aName, Int64 aOrdinal, Object aValue)
// Island
NamedValue(string aName, int aOrdinal, Value aValue)
// .NET, .NET Standard 2.0
init(_ aName: string, _ aOrdinal: Int64, _ aValue: Object)
// Island
init(_ aName: string, _ aOrdinal: int, _ aValue: Value)
// .NET, .NET Standard 2.0
Sub New(aName As string, aOrdinal As Int64, aValue As Object)
// Island
Sub New(aName As string, aOrdinal As int, aValue As Value)
Parameters:
- aName:
- aOrdinal:
- aValue:
constructor (NamedValue)
constructor(value: NamedValue)
NamedValue(NamedValue value)
init(_ value: NamedValue)
Sub New(value As NamedValue)
Parameters:
- value: