Click or drag to resize

SQLiteConnectionDeferredQuery Method (String, String, Boolean, Object)

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<DataStructure> DeferredQuery(
	string query,
	string tableName,
	bool isHeader,
	params Object[] args
)

Parameters

query
Type: SystemString
tableName
Type: SystemString
isHeader
Type: SystemBoolean
args
Type: SystemObject

Return Value

Type: IEnumerableDataStructure
See Also