IBlobInfo Interface
Provides metadata about a blob field used for lazy-loading.
Remarks
IBlobInfo is implemented internally by Aurelius and passed to IBlobController to identify the entity class, the mapped member, and the primary key of the record whose blob content must be loaded.
Syntax
Unit: Aurelius.Types.Blob
IBlobInfo = interface(IInterface);
Methods
| Name | Description |
|---|---|
| ClassName | Returns the name of the entity class that owns the blob field. |
| Key | Returns the primary key value of the entity record whose blob content must be retrieved. |
| MemberName | Returns the name of the field or property in the entity class that holds the blob. |