SQLProvider

EntityState Type

Union cases

Union case Description

Created

Full Usage: Created

Entity is new and should be inserted into the database

Delete

Full Usage: Delete

Entity is marked for deletion (soft delete)

Deleted

Full Usage: Deleted

Entity has been deleted from the database

Modified string list

Full Usage: Modified string list

Parameters:
    Item : string list

Entity has been modified; contains list of changed column names

Item : string list

Unchanged

Full Usage: Unchanged

Entity has not been modified since it was loaded

Instance members

Instance member Description

this.IsCreated

Full Usage: this.IsCreated

Returns: bool
Returns: bool

this.IsDelete

Full Usage: this.IsDelete

Returns: bool
Returns: bool

this.IsDeleted

Full Usage: this.IsDeleted

Returns: bool
Returns: bool

this.IsModified

Full Usage: this.IsModified

Returns: bool
Returns: bool

this.IsUnchanged

Full Usage: this.IsUnchanged

Returns: bool
Returns: bool

Type something to start searching.