 | 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.4.1
Syntaxpublic override bool IsNullable { get; set; }
Public Overrides Property IsNullable As Boolean
Get
Set
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if null values are accepted; otherwise false. The default is false.
Implements
IDataParameterIsNullable
See Also