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