Sphinx QLParameterIs Nullable Property
Gets or sets a value that indicates whether the parameter accepts null values.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if null values are accepted; otherwise false. The default is false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool IsNullable { get; set; }VB
Public Overrides Property IsNullable As Boolean
Get
SetProperty Value
BooleanReturn Value
Booleantrue if null values are accepted; otherwise false. The default is false.