Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.9109.0" />

.NET API 5,160,480 bytes

 BooleanTernaryExpression

A boolean expression that has three expressions as children.
public ScalarExpression FirstExpression { get; set; }

The first child expression.

public ScalarExpression SecondExpression { get; set; }

The second child expression.

The type of the expression.

public ScalarExpression ThirdExpression { get; set; }

The third child expression.