Enum QueryFormat
Identifies the format for a query fragment.
Assembly: Cuemon.Data.dll
Fields
Name |
Description |
Delimited |
Indicates that the query fragment should be in the format; value, value, value.
|
DelimitedSquareBracket |
Indicates that the query fragment should be in the format; [value], [value], [value].
|
DelimitedString |
Indicates that the query fragment should be in the format; 'value', 'value', 'value'.
|
Extension Methods
ConverterExtensions.ParseWith<QueryFormat, T1, T2, T3, TResult>(Func<QueryFormat, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<QueryFormat, T1, T2, T3, T4, TResult>(Func<QueryFormat, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<QueryFormat, T1, T2, T3, T4, T5, TResult>(Func<QueryFormat, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<QueryFormat, T1, T2, T3, T4, T5, T6, TResult>(Func<QueryFormat, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<QueryFormat, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<QueryFormat, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<QueryFormat, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<QueryFormat, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<QueryFormat, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<QueryFormat, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)