Method |
Description |
|
AddDeleteToListAtCorrectLocation ( IList operations, DeleteOperation deleteOperation ) : void |
|
|
AddInsertToListAtCorrectLocation ( IList operations, InsertOperation insertOperation ) : void |
|
|
AddUpdateOnParentTableForInsertDeleteOfManyToOneChildRow ( IList operations, Dapper.SimpleSave.Impl.Difference diff, BaseInsertDeleteOperation insertOperation ) : void |
|
|
AddUpdateOnParentTableForInsertDeleteOfOneToOneChildRow ( IList operations, Dapper.SimpleSave.Impl.Difference diff, BaseInsertDeleteOperation insertDeleteOperation ) : void |
|
|
AppendDeleteOperation ( IList operations, Dapper.SimpleSave.Impl.Difference diff ) : void |
|
|
AppendInsertOperation ( IList operations, Dapper.SimpleSave.Impl.Difference diff ) : void |
|
|
AppendUpdateOperation ( IList operations, Dapper.SimpleSave.Impl.Difference diff ) : void |
|
|
HasAnyOneToOneChildrenWithFKOnParent ( DeleteOperation deleteOperation ) : bool |
|
|
IsViableParentUpdateOnManyToOneRelationship ( BaseInsertDeleteOperation insertDeleteOperation, Dapper.SimpleSave.Impl.Difference diff ) : bool |
|
|
IsViableParentUpdateOnOneToOneWithFkInParent ( BaseInsertDeleteOperation insertDeleteOperation, Dapper.SimpleSave.Impl.Difference diff ) : bool |
|
|
PrependDeleteBeforeReferencedChildTableDelete ( IList operations, DeleteOperation deleteOperation ) : void |
|
|
PrependInsertBeforeParentTableInsert ( IList operations, InsertOperation insertOperation ) : void |
|
|
ShouldFilterOutForParticularCardinalitiesBecauseFkOnParent ( BaseInsertDeleteOperation insertDeleteOperation ) : bool |
|
|
Transform ( BaseInsertDeleteOperation baseInsertDelete ) : BaseOperation |
|
|