Defines constants for read, write, or read/write access to a text, ntext, or image column.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description |
|---|---|
| Read | Read access to the text, ntext, or image column. Data can be read from the column. Combine with Write for read/write access. |
| Write | Write access to the text, ntext, or image column. Data can be read from the column. Combine with Read for read/write access. |
| ReadWrite | Read and write access to the text, ntext, or image column. Data can be read from and written to the column. |
Namespace: Mediachase.FileUploader
Assembly: Mediachase.FileUploader (in Mediachase.FileUploader.dll)
Mediachase.FileUploader Namespace