Table of Contents

TBlob.Available Property

Indicates whether the blob content is available in memory without requiring a database request.

Remarks

Returns True when the content has already been loaded (Loaded is True) or when the blob has no associated lazy-load controller (i.e., it was assigned directly rather than read from a lazy column). Returns False when the blob is lazy-loaded and the content has not yet been fetched from the database.

Syntax

Unit: Aurelius.Types.Blob

property TBlob.Available: Boolean

See also