Skip to content

[Core] Add table based operations for Count, Delete, DeleteAll, Insert, Merge, Truncate, Update. #159

@mikependon

Description

@mikependon

The following must be supported.

connection.Count("TableName", queryGroup);

connection.Delete("TableName", queryGroup);

connection.DeleteAll("TableName");

connection.Insert("TableName", entity);

connection.Merge("TableName", entity, qualifiers);

connection.Truncate("TableName");

connection.Update("TableName", entity);

Metadata

Metadata

Assignees

Labels

deployedFeature or bug is deployed at the current releasefeatureDefined as a big development item (feature)optimizationAn optimization taskpriorityTop priority feature or things to dotodoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions