BufferColumn Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The BufferColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| BufferColumn |
Initializes a new instance of the BufferColumn class.
|
| Name | Description | |
|---|---|---|
| ColumnName |
Gets the name of the column.
| |
| DataType |
Gets the type of the values, stored in the column.
|
| Name | Description | |
|---|---|---|
| CompareTo |
Compares the current object with another object of the same type.
| |
| Equals |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Return true when the two column reference the same fields with the same data types.
| |
| Inequality |
Return false when the two column reference the same fields with the same data types.
|