OracleBoolean Constructor(Boolean)
On this page
Initializes a new instance of the
OracleBoolean structure with the specified
System.Boolean.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal As Boolean _
) |
|
|---|
public OracleBoolean(
bool
) |
Parameters
- value
- The System.Boolean value to be stored as an OracleBoolean.
See Also