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