SphinxQLParameterIsNullable 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
C#
public override bool IsNullable { get; set; }

Property Value

Boolean

Return Value

Boolean
true if null values are accepted; otherwise false. The default is false.

Implements

IDataParameterIsNullable

See Also