Description

Oracle 11g and later only. Returns true if the column is an virtual column, i.e. a computed column. A column is virtual if it has a VirtualColumnExpression set. DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property IsVirtual() As Variant
  • No labels