Click or drag to resize

SQLiteCommandExecuteQueryT Method (TableMapping)

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<T> ExecuteQuery<T>(
	TableMapping map
)

Parameters

map
Type: Unvired.Kernel.SQLiteTableMapping

Type Parameters

T

Return Value

Type: ListT
See Also