Ejemplo n.º 1
0
 static NamedArgument BeginAtLatestVersionArgument()
 {
     return(CommandLineClientArgument.RowLimit(1));
 }
Ejemplo n.º 2
0
 static NamedArgument UnlimitedRowsArgument()
 {
     return(CommandLineClientArgument.RowLimit(100000));
 }