Table of Contents

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

Action<ReadResult, DbDataReader>

Op

public ReadOperation Op { readonly get; set; }

Property Value

ReadOperation

Params

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

Property Value

DbParameter[]

Text

public string Text { readonly get; set; }

Property Value

string