C# Class SimpleSqlExec.QueryBatches.QueryBatch

Datei anzeigen Open project: SqlQuantumLeap/SimpleSqlExec

Public Properties

Property Type Description
ExecutionCount int
QueryText string

Public Methods

Method Description
QueryBatch ( string QueryText, int ExecutionCount ) : System

Method Details

QueryBatch() public method

public QueryBatch ( string QueryText, int ExecutionCount ) : System
QueryText string
ExecutionCount int
return System

Property Details

ExecutionCount public_oe property

public int ExecutionCount
return int

QueryText public_oe property

public string QueryText
return string