BlobType Enum

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

Used to identify the type of blob a Blob or Memo field.

Namespace

Declaration (C#)

public enum BlobType
{
    Unknown = 0,
    Blob = 1,
    Memo = 2,
    OraBlob = 3,
    OraClob = 4
}


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools