Represents an integer value that is either 1 or 0 to be stored in or retrieved from a database.
public value class SqlBoolean : IComparable, IEquatable<System::Data::SqlTypes::SqlBoolean>, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
public value class SqlBoolean : IComparable, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
public value class SqlBoolean : IComparable, System::Data::SqlTypes::INullable
public struct SqlBoolean : IComparable, IEquatable<System.Data.SqlTypes.SqlBoolean>, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlBoolean : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlBoolean : IComparable, System.Data.SqlTypes.INullable
[System.Serializable]
public struct SqlBoolean : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlBoolean = struct
interface INullable
interface IXmlSerializable
type SqlBoolean = struct
interface INullable
[<System.Serializable>]
type SqlBoolean = struct
interface INullable
interface IXmlSerializable
Public Structure SqlBoolean
Implements IComparable, IEquatable(Of SqlBoolean), INullable, IXmlSerializable
Public Structure SqlBoolean
Implements IComparable, INullable, IXmlSerializable
Public Structure SqlBoolean
Implements IComparable, INullable
Any non-zero value is interpreted as 1.
The key difference between a SqlBoolean structure and a standard Boolean value is that, where a standard Boolean has two possible values, true
and false
, a SqlBoolean structure has three possible values, True, False, or Null.
Represents a false value that can be assigned to the Value property of an instance of the SqlBoolean structure.
NullRepresents DBNull that can be assigned to this instance of the SqlBoolean structure.
OneRepresents a one value that can be assigned to the ByteValue property of an instance of the SqlBoolean structure.
TrueRepresents a true value that can be assigned to the Value property of an instance of the SqlBoolean structure.
ZeroRepresents a zero value that can be assigned to the ByteValue property of an instance of the SqlBoolean structure.
Properties Methods Operators Explicit Interface Implementations See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4