StaticbulkStaticcreateGenerate method to add a new record to the DB
StaticdeleteGenerate method to remove a record from the DB
StaticfindGenerate method to create a new record to the DB only if always doesn't exist else this record is return
StaticreadGenerate method to get a record by id
StaticreadGenerate method to get all records from a table of DB
StaticreadAllow to get all attributes from a table with their types
StaticupdateGenerate method to update a record to the DB
StaticupdateStaticupdate
Generate method to add a many record to a table of DB together