DataAccessBase.InsertEntityAsync
Inserts an object into the database based on its type information. The properties must match the database structure and you can skip over fields in the propertiesToSkip list.
public abstract Task<object> InsertEntityAsync(object entity, string table, string propertiesToSkip, bool returnIdentityKey)
Parameters
entity
Entity data to insert into table
table
Name of the table to update
propertiesToSkip
Comma delimited list of fields to skip in the entity update
returnIdentityKey
