コード例 #1
0
 /// <summary>
 /// Inserts the row with the associated children rows.
 /// </summary>
 /// <typeparam name="T">The type of the row object.</typeparam>
 /// <param name="row">The row to insert.</param>
 public void InsertCascadeGo <T>(T row)
     where T : DbRow
 {
     PublicInvoker.Call(Assembly.GetCallingAssembly(), (ca) =>
                        Crud.InsertCascadeGo <T>(ca, row, this));
 }