Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SqlBlobAccess

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

Inheritance
System.Object
SqlBlobAccess
Namespace: Mediachase.BusinessFoundation.Data.Sql
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public sealed class SqlBlobAccess : Enum
Remarks

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

Fields

Read

Read access to the text, ntext, or image column. Data can be read from the column. Combine with Write for read/write access.

Declaration
public const SqlBlobAccess Read
Field Value
Type Description
SqlBlobAccess

ReadWrite

Read and write access to the text, ntext, or image column. Data can be read from and written to the column.

Declaration
public const SqlBlobAccess ReadWrite
Field Value
Type Description
SqlBlobAccess

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Write

Write access to the text, ntext, or image column. Data can be read from the column. Combine with Read for read/write access.

Declaration
public const SqlBlobAccess Write
Field Value
Type Description
SqlBlobAccess