QueryStringValueRangeCharacter Field |
Gets the character which should be used to separate the two range values.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public const char RangeCharacter = '~'
Public Const RangeCharacter As Char = "~"C
public:
literal wchar_t RangeCharacter = '~'
static val mutable RangeCharacter: char
Field Value
Type:
Char
The range character.
See Also