maxRecursion property

int? maxRecursion
final

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;