Ejemplo n.º 1
0
 public static ICreateTableWithColumnSyntax WithChangeTrackingColumns(this ICreateTableWithColumnSyntax syntax)
 {
     return(syntax.WithModifiedColumns().WithCreatedColumns());
 }