Class _Byte
Represents a nullable System.Byte column.
Implements
Inherited Members
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class _Byte : Column<byte? >, IDesignable, IColumns, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, IComparer<DataRow>, IColumn<DbReader, byte? >, IColumn<DbReader>, IColumn
Properties
| Name | Description |
|---|---|
| Item[DbReader] | Gets the value of this column from DbReader's current row. |
Methods
| Name | Description |
|---|---|
| AreEqual(Nullable<Byte>, Nullable<Byte>) | |
| CastToString() | |
| Const(Nullable<Byte>) | Creates a column of constant expression. |
| CreateConst(Nullable<Byte>) | |
| CreateParam(Nullable<Byte>) | |
| DeserializeValue(JsonValue) | |
| Equals(Object) | |
| GetHashCode() | |
| IsNull(Nullable<Byte>) | |
| Param(Nullable<Byte>, _Byte) | Creates a column of parameter expression. |
| SerializeValue(Nullable<Byte>) |
Operators
| Name | Description |
|---|---|
| Addition(_Byte, _Byte) | Computes the sum of the two specified _Byte objects. |
| BitwiseAnd(_Byte, _Byte) | Computes the bitwise AND of its _Byte operands. |
| BitwiseOr(_Byte, _Byte) | Computes the bitwise OR of its _Byte operands. |
| Division(_Byte, _Byte) | Divides the two specified _Byte objects. |
| Equality(_Byte, _Byte) | Performs a logical comparison of the two _Byte parameters for equality. |
| ExclusiveOr(_Byte, _Byte) | Computes the bitwise exclusive-OR of its _Byte operands. |
| Explicit(_Boolean to _Byte) | |
| Explicit(_Byte to _String) | |
| Explicit(_Decimal to _Byte) | |
| Explicit(_Double to _Byte) | |
| Explicit(_Int16 to _Byte) | |
| Explicit(_Int32 to _Byte) | |
| Explicit(_Int64 to _Byte) | |
| Explicit(_Single to _Byte) | |
| Explicit(_String to _Byte) | |
| GreaterThan(_Byte, _Byte) | Compares the two _Byte parameters to determine whether the first is greater than the second. |
| GreaterThanOrEqual(_Byte, _Byte) | Compares the two _Byte parameters to determine whether the first is greater than or equal the second. |
| Implicit(Nullable<Byte> to _Byte) | Implicitly converts the supplied value to a column of parameter expression. |
| Inequality(_Byte, _Byte) | Performs a logical comparison of the two _Byte parameters for non-equality. |
| LessThan(_Byte, _Byte) | Compares the two _Byte parameters to determine whether the first is less than the second. |
| LessThanOrEqual(_Byte, _Byte) | Compares the two _Byte parameters to determine whether the first is less than or equal the second. |
| Modulus(_Byte, _Byte) | Computes the remainder after dividing the first _Byte parameter by the second. |
| Multiply(_Byte, _Byte) | Multiplies the two specified _Byte objects. |
| OnesComplement(_Byte) | Performs a bitwise one's complement operation on the specified _Byte. |
| Subtraction(_Byte, _Byte) | Substracts the two specified _Byte objects. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IColumn<DbReader>.Read(DbReader, DataRow) |