Enum QueryInsertAction
Defines the available insert actions for the DataAdapter class.
Assembly: Cuemon.Data.dll
Syntax
public enum QueryInsertAction
Fields
Name |
Description |
AffectedRows |
Indicates that a System.Int32 value will be returned with the amount of affected rows by the insert query.
|
IdentityDecimal |
Indicates that a System.Decimal value will be returned by the insert query.
|
IdentityInt32 |
Indicates that a System.Int32 value will be returned by the insert query.
|
IdentityInt64 |
Indicates that a System.Int64 value will be returned by the insert query.
|
Void |
Indicates that no value will be returned by the insert query.
|
Extension Methods
ConverterExtensions.ParseWith<QueryInsertAction, T1, T2, T3, TResult>(Func<QueryInsertAction, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<QueryInsertAction, T1, T2, T3, T4, TResult>(Func<QueryInsertAction, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<QueryInsertAction, T1, T2, T3, T4, T5, TResult>(Func<QueryInsertAction, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<QueryInsertAction, T1, T2, T3, T4, T5, T6, TResult>(Func<QueryInsertAction, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<QueryInsertAction, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<QueryInsertAction, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<QueryInsertAction, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<QueryInsertAction, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<QueryInsertAction, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<QueryInsertAction, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)