Click or drag to resize

CursorFilterTypeFFilterBetweenStartValue Property

Start value (inclusive) for filters with Between qualifier. Used only with Between qualifier. When this property is set, you must also set FilterBetweenEndValue.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public string FilterBetweenStartValue { get; set; }

Property Value

Type: String

Implements

ICursorFilterTypeFFilterBetweenStartValue
See Also