Exemple #1
0
 public UpdateQuery <T> UpdateStatement <T>(T obj)
 {
     return(new UpdateQuery <T>(this
                                .QueryCommand(
                                    DbAccessLayer
                                    .CreateUpdateSimple(ContainerObject
                                                        .AccessLayer.Database, ContainerObject.AccessLayer.GetClassInfo(typeof(T)), obj))));
 }