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 Task<Object> InsertEntityAsync(object entity,
	string table,
	string propertiesToSkip,
	bool returnIdentityKey)

Return Value

Scope Identity or Null (when returnIdentityKey is true Otherwise affected records

Parameters

entity

table

propertiesToSkip

returnIdentityKey


See also:

Class DataAccessBase

© West Wind Technologies, 1996-2023 • Updated: 07/15/20
Comment or report problem with topic