Description
Ignite's Java component will provide support for DML soon (IGNITE-2294). At she same time DML will be supported at the level of ODBC and JDBC drivers.
As the next step we should include the similar functionality into Ignite.NET by doing the following:
- Implement DML API;
- Enhance QueryExample.cs by doing INSERTs instead of cache.puts and adding UPDATE and DELETE operation examples.
- Add documentation to Ignite.NET readme.io covering the feature. Most like most of the content can be take from the general documentation when this ticket
IGNITE-4018is ready (https://apacheignite.readme.io/docs/distributed-dml).
Attachments
Issue Links
- blocks
-
IGNITE-4397 .NET: Support BinaryFieldsIdentityResolver
- Resolved
- is related to
-
IGNITE-4495 .NET: Support user-defined identity resolvers
- Resolved
-
IGNITE-4500 .NET: Support identity resolver for binary enums
- Open
-
IGNITE-4556 .NET: DML documentation and example
- Resolved
-
IGNITE-4498 .NET: Remove legacy BinaryObject.Equals
- Resolved
- links to