SQLColumnFlags Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
AddEllipsesIfTruncated | 1 | Apply ellipses to the string if truncated. | |
NoTruncate | 2 | Do not truncate even if a MaxLength is provided. | |
IncludeMilliseconds | 4 | Date/time value should include milliseconds. Normally date/time values are stored only to the second resolution. If specified on a non-date/time column this flag has no effect. | |
OnlyIfDirty | 8 | The column should be added only if the value is "dirty". This applies only to columns added by specifying an IField in which case Dirty is used to determine if the value is dirty. See AddColumn(IField, SQLColumnFlags). | |
DateTimeStrings | 16 | Date/time values may be provided as strings rather than DateTime objects. When provided as a string the value should be formatted as "yyyy-MM-dd HH:mm:ss" (time is optional) to avoid cross-locale problems. If specified on a non-date/time column this flag has no effect. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.