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: 5.3.0
Syntax
public override bool IsNullable { get; set; }

Property Value

Type: Boolean

Return Value

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

Implements

IDataParameterIsNullable
See Also