Struct BatchedCommand
- Namespace
- The.SQL.Persistence
- Assembly
- Instagile.dll
public struct BatchedCommand
- Inherited Members
Properties
Map
public Action<DbDataReader>? Map { readonly get; set; }
Property Value
Op
public WriteOperation? Op { readonly get; set; }
Property Value
Params
public DbParameter[] Params { readonly get; set; }
Property Value
Text
public string Text { readonly get; set; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.