Table of Contents

TBlob.AsBytes Property

Gets or sets the blob content as a TBytes byte array.

Remarks

Reading this property triggers a lazy-load from the database if the content has not yet been loaded. Writing replaces the existing content and marks the blob as loaded.

Syntax

Unit: Aurelius.Types.Blob

property TBlob.AsBytes: TArray<Byte>

See also