Mono Class Library: Overview

System.Data.SqlTypes.SqlBoolean: Members

The members of System.Data.SqlTypes.SqlBoolean are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
FalseSqlBoolean. Documentation for this section has not yet been entered.
static readonly
NullSqlBoolean. Documentation for this section has not yet been entered.
static readonly
OneSqlBoolean. Documentation for this section has not yet been entered.
static readonly
TrueSqlBoolean. Documentation for this section has not yet been entered.
static readonly
ZeroSqlBoolean. Documentation for this section has not yet been entered.

Public Properties

[read-only]
ByteValuebyte. Documentation for this section has not yet been entered.
[read-only]
IsFalsebool. Documentation for this section has not yet been entered.
[read-only]
IsNullbool. Documentation for this section has not yet been entered.
[read-only]
IsTruebool. Documentation for this section has not yet been entered.
[read-only]
Valuebool. Documentation for this section has not yet been entered.

Public Methods

static
And(SqlBoolean, SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.
CompareTo(SqlBoolean) : int
Documentation for this section has not yet been entered.
CompareTo(object) : int
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
Equals(SqlBoolean, SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
GetXsdType(System.Xml.Schema.XmlSchemaSet) : System.Xml.XmlQualifiedName
Documentation for this section has not yet been entered.
static
GreaterThan(SqlBoolean, SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.
static
GreaterThanOrEquals(SqlBoolean, SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThan(SqlBoolean, SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThanOrEquals(SqlBoolean, SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.
static
NotEquals(SqlBoolean, SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.
static
OnesComplement(SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.
static
Or(SqlBoolean, SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.
static
Parse(string) : SqlBoolean
Documentation for this section has not yet been entered.
ToSqlByte() : SqlByte
Documentation for this section has not yet been entered.
ToSqlDecimal() : SqlDecimal
Documentation for this section has not yet been entered.
ToSqlDouble() : SqlDouble
Documentation for this section has not yet been entered.
ToSqlInt16() : SqlInt16
Documentation for this section has not yet been entered.
ToSqlInt32() : SqlInt32
Documentation for this section has not yet been entered.
ToSqlInt64() : SqlInt64
Documentation for this section has not yet been entered.
ToSqlMoney() : SqlMoney
Documentation for this section has not yet been entered.
ToSqlSingle() : SqlSingle
Documentation for this section has not yet been entered.
ToSqlString() : SqlString
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
static
Xor(SqlBoolean, SqlBoolean) : SqlBoolean
Documentation for this section has not yet been entered.

Public Operators

static
BitwiseAnd(SqlBoolean, SqlBoolean)Documentation for this section has not yet been entered.
static
BitwiseOr(SqlBoolean, SqlBoolean)Documentation for this section has not yet been entered.
static
Equality(SqlBoolean, SqlBoolean)Documentation for this section has not yet been entered.
static
ExclusiveOr(SqlBoolean, SqlBoolean)Documentation for this section has not yet been entered.
static
FalseDocumentation for this section has not yet been entered.
static
GreaterThan(SqlBoolean, SqlBoolean)Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlBoolean, SqlBoolean)Documentation for this section has not yet been entered.
static
Inequality(SqlBoolean, SqlBoolean)Documentation for this section has not yet been entered.
static
LessThan(SqlBoolean, SqlBoolean)Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlBoolean, SqlBoolean)Documentation for this section has not yet been entered.
static
LogicalNotDocumentation for this section has not yet been entered.
static
OnesComplementDocumentation for this section has not yet been entered.
static
TrueDocumentation for this section has not yet been entered.
static
Conversion to System.Boolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlBoolean(Implicit)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Xml.Serialization.IXmlSerializable.GetSchemaDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.ReadXmlDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.WriteXmlDocumentation for this section has not yet been entered.