public override SourceOptions GetSourceOptions()
 {
     return(SourceOptions.CreateFromParameters(true, true));
 }
Exemple #2
0
 public override SourceOptions GetSourceOptions()
 {
     return(SourceOptions.CreateFromParameters(false, false));
 }
 public virtual SourceOptions GetSourceOptions()
 {
     return(SourceOptions.CreateFromParameters());
 }