Click or drag to resize

SphinxQLParameterSourceColumnNullMapping Property

Gets or sets a value which indicates whether the source column is nullable. This allows DbCommandBuilder to correctly generate Update statements for nullable columns.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override bool SourceColumnNullMapping { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the source column is nullable; false if it is not.
See Also