maxRecursion property
OPTION (MAXRECURSION n). Null leaves SQL Server's default of 100, which
stops a runaway recursion with an error rather than a hang.
Implementation
final int? maxRecursion;
OPTION (MAXRECURSION n). Null leaves SQL Server's default of 100, which
stops a runaway recursion with an error rather than a hang.
final int? maxRecursion;