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

Property Value

Boolean

Return Value

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