Ascii |
public enum AsciiColumnType
| Member name | Value | Description |
|---|---|---|
| DBNull | 0 | Unspecified, type of the element in the column is not determined (for instance, if sometimes a number is missing in that column). |
| Int64 | 1 | Column contains integer values. |
| Double | 2 | Column contains floating-point numbers. |
| DateTime | 3 | Column contains date/time values. |
| Text | 4 | Column contains text (could not be parsed as a number or a date/time value). |
The AsciiColumnType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |