Table of Contents

Enum QueryFormat

Namespace
Cuemon.Data
Assembly
Cuemon.Data.dll

Identifies the format for a query fragment.

public enum QueryFormat

Fields

Delimited = 0

Indicates that the query fragment should be in the format; value, value, value.

DelimitedSquareBracket = 2

Indicates that the query fragment should be in the format; [value], [value], [value].

DelimitedString = 1

Indicates that the query fragment should be in the format; 'value', 'value', 'value'.