Mediachase FileUploader.NET 1.9 Framework Help

SqlBlobAccess Enumeration

Defines constants for read, write, or read/write access to a text, ntext, or image column.

[Visual Basic]
Public Enum SqlBlobAccess
[C#]
public enum SqlBlobAccess

Remarks

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Members

Member NameDescription
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.

Requirements

Namespace: Mediachase.FileUploader

Assembly: Mediachase.FileUploader (in Mediachase.FileUploader.dll)

See Also

Mediachase.FileUploader Namespace