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
 
Remarks
The MaxSize field can be useful to check whether the operation exceeds the maximum length allowed.
See Also