Click or drag to resize

SphinxQLParameterIsNullable Property

Gets or sets a value that indicates whether the parameter accepts null values.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
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