Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

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

.NET API 5,160,480 bytes

 FullTextPredicate

Represents the fulltext predicate.

Represents the columns that are used in the function.

The fulltext function type.

public ValueExpression LanguageTerm { get; set; }

This is the language term. Optional, may be null.

public StringLiteral PropertyName { get; set; }

Property name

public ValueExpression Value { get; set; }

This is the value of the search condition. Only Variable and StringLiterals are valid.