Mini SQL Query Extensibility Documentation
Fill Method (batch)
NamespacesMiniSqlQuery.Core.FormsBatchQuerySelectFormFill(QueryBatch)
Fills the list with the named batch results.
Declaration Syntax
C#Visual BasicVisual C++
public void Fill(
	QueryBatch batch
)
Public Sub Fill ( _
	batch As QueryBatch _
)
public:
void Fill(
	QueryBatch^ batch
)
Parameters
batch (QueryBatch)
The batch.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)