Enum QueryType
Identifies the type of data operation performed by a query against a data source.
Assembly: Cuemon.Data.dll
Syntax
Fields
Name |
Description |
Delete |
Indicates that a query is used for a data operation that deletes data.
|
Exists |
Indicates that a query is specifically used for a lookup on whether a data record exists.
|
Insert |
Indicates that a query is used for a data operation that inserts data.
|
Select |
Indicates that a query is used for a data operation that retrieves data.
|
Update |
Indicates that a query is used for a data operation that updates data.
|
Extension Methods
ConverterExtensions.ParseWith<QueryType, T1, T2, T3, TResult>(Func<QueryType, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<QueryType, T1, T2, T3, T4, TResult>(Func<QueryType, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<QueryType, T1, T2, T3, T4, T5, TResult>(Func<QueryType, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<QueryType, T1, T2, T3, T4, T5, T6, TResult>(Func<QueryType, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<QueryType, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<QueryType, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<QueryType, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<QueryType, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<QueryType, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<QueryType, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)