Struct BatchedQuery
- Namespace
- The.SQL.Persistence
- Assembly
- Instagile.dll
public struct BatchedQuery
- Inherited Members
Properties
Map
public Action<ReadResult, DbDataReader> Map { readonly get; set; }
Property Value
Op
public ReadOperation Op { readonly get; set; }
Property Value
Params
public DbParameter[] Params { readonly get; set; }
Property Value
Text
public string Text { readonly get; set; }