Table of Contents

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

Action<DbDataReader>

Op

public WriteOperation? Op { readonly get; set; }

Property Value

WriteOperation

Params

public DbParameter[] Params { readonly get; set; }

Property Value

DbParameter[]

Text

public string Text { readonly get; set; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.