Click or drag to resize

SQLiteConnectionDeferredQuery Method (String, 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<Object> DeferredQuery(
	string query,
	params Object[] args
)

Parameters

query
Type: SystemString
args
Type: SystemObject

Return Value

Type: IEnumerableObject
See Also