| An indooGrid Documented Class Library |
|
sqlQueryBuilder.columnType Enumeration
Simplified Database column type.
[Visual Basic]
Public Enum sqlQueryBuilder.columnType
[C#]
public enum sqlQueryBuilder.columnType
Remarks
Members
| Member Name |
Description |
| autoIncrementAndPrimaryKey | |
| integerNumber | |
| realNumber | |
| text | |
| textLong | |
| dateTime | |
| binary | |
| bool | |
| autoIncrement | |
Requirements
Namespace:
Indoo.Data
Assembly: indooGrid20 (in indooGrid20.dll)
See Also
Indoo.Data Namespace