NullInt32
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.database.sql
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
NullInt32()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aInt32: Int32; aValid: Boolean)
// Island
constructor(aInt32: int32; aValid: bool)
// .NET, .NET Standard 2.0
NullInt32(Int32 aInt32, Boolean aValid)
// Island
NullInt32(int32 aInt32, bool aValid)
Parameters:
- aInt32:
- aValid:
constructor (NullInt32)
constructor(value: NullInt32)
NullInt32(NullInt32 value)
init(_ value: NullInt32)
Sub New(value As NullInt32)
Parameters:
- value:
Int32
Scan
func Scan(value interface{}) error
Parameters:
- value:
Valid
Value
Int32
Valid
constructor
constructor
NullInt32()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aInt32: Int32; aValid: Boolean)
// Island
constructor(aInt32: int32; aValid: bool)
// .NET, .NET Standard 2.0
NullInt32(Int32 aInt32, Boolean aValid)
// Island
NullInt32(int32 aInt32, bool aValid)
Parameters:
- aInt32:
- aValid:
constructor (NullInt32)
constructor(value: NullInt32)
NullInt32(NullInt32 value)
init(_ value: NullInt32)
Sub New(value As NullInt32)
Parameters:
- value:
Value