| An indooGrid Documented Class Library |
|
sqlDialect.emptyStrings Enumeration
Some databases treat empty string as null
[Visual Basic]
Public Enum sqlDialect.emptyStrings
[C#]
public enum sqlDialect.emptyStrings
Remarks
Members
| Member Name |
Description |
| isNotNull | Empty string is not the same as null |
| isNull | Empty string is the same as null. |
Requirements
Namespace:
Indoo.Data
Assembly: indooGrid20 (in indooGrid20.dll)
See Also
Indoo.Data Namespace