'Declaration Public ReadOnly Property IsTemporary As Boolean
public bool IsTemporary {get;}
LOB is considered temporary if it has no references from tables on the server. Temporary LOBs are used to insert new data into tables.
Note that temporary LOBs are destroyed when a transaction is committed.
OracleLob Class OracleLob Members