Enum BlobHandling
Specifies how binary properties stored in blob store are handled during Select-operation
Namespace: TimeCockpit.Data.Database
Assembly: TimeCockpit.Data.dll
Syntax
public enum BlobHandling
Fields
| Name | Description |
|---|---|
| DoNotReadBlobs | Do not read blobs from blob store; just the blob UUID will be read |
| ReadBlobs | Read blobs from blob store |