Method | Description | |
---|---|---|
SaveChanges ( ) : |
||
SaveChanges ( System.Boolean acceptAllChangesOnSuccess ) : |
||
SaveChangesAsync ( System.Boolean acceptAllChangesOnSuccess, |
||
SaveChangesAsync ( |
Method | Description | |
---|---|---|
DbContextWithTriggers ( ) : System | ||
DbContextWithTriggers ( DbCompiledModel model ) : System | ||
DbContextWithTriggers ( DbConnection existingConnection, System.Boolean contextOwnsConnection ) : System | ||
DbContextWithTriggers ( DbConnection existingConnection, DbCompiledModel model, System.Boolean contextOwnsConnection ) : System | ||
DbContextWithTriggers ( DbContextOptions options ) : System | ||
DbContextWithTriggers ( ObjectContext objectContext, System.Boolean dbContextOwnsObjectContext ) : System | ||
DbContextWithTriggers ( String nameOrConnectionString ) : System | ||
DbContextWithTriggers ( String nameOrConnectionString, DbCompiledModel model ) : System |
protected DbContextWithTriggers ( DbCompiledModel model ) : System | ||
model | DbCompiledModel | |
return | System |
protected DbContextWithTriggers ( DbConnection existingConnection, System.Boolean contextOwnsConnection ) : System | ||
existingConnection | DbConnection | |
contextOwnsConnection | System.Boolean | |
return | System |
protected DbContextWithTriggers ( DbConnection existingConnection, DbCompiledModel model, System.Boolean contextOwnsConnection ) : System | ||
existingConnection | DbConnection | |
model | DbCompiledModel | |
contextOwnsConnection | System.Boolean | |
return | System |
protected DbContextWithTriggers ( DbContextOptions options ) : System | ||
options | DbContextOptions | |
return | System |
protected DbContextWithTriggers ( ObjectContext objectContext, System.Boolean dbContextOwnsObjectContext ) : System | ||
objectContext | ObjectContext | |
dbContextOwnsObjectContext | System.Boolean | |
return | System |
protected DbContextWithTriggers ( String nameOrConnectionString ) : System | ||
nameOrConnectionString | String | |
return | System |
protected DbContextWithTriggers ( String nameOrConnectionString, DbCompiledModel model ) : System | ||
nameOrConnectionString | String | |
model | DbCompiledModel | |
return | System |
public SaveChanges ( System.Boolean acceptAllChangesOnSuccess ) : |
||
acceptAllChangesOnSuccess | System.Boolean | |
return |
public SaveChangesAsync ( System.Boolean acceptAllChangesOnSuccess, |
||
acceptAllChangesOnSuccess | System.Boolean | |
cancellationToken | ||
return | Task |
public SaveChangesAsync ( |
||
cancellationToken | ||
return | Task |