Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Table API is constrained to reference types currently:
interface IRecordView<T> where T : class
Remove this constraint. This will require changing all APIs that potentially return null:
- Get
- GetAll
- GetAndUpsert
- GetAndReplace
- GetAndDelete
Single-key APIs can be changed to bool TryGet(K, out V) format. GetAll - not clear, investigate.
Attachments
Issue Links
- is related to
-
IGNITE-16227 .NET: Thin 3.0: Add RecordView with POCO mapping
- Resolved
- relates to
-
IGNITE-17876 .NET: Thin 3.0: Single column mapping
- Resolved
- links to