dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / MaxSize Field

In This Topic
    MaxSize Field
    In This Topic
    Represents the maximum number of bytes a LOB can hold, which is 4 294 967 295 (2^32 - 1) bytes.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MaxSize As Long
    public static readonly long MaxSize
    Remarks
    The MaxSize field can be useful to check whether the operation exceeds the maximum length allowed.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also