Click or drag to resize

SQLiteCommandExecuteSelectQuery Method

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> ExecuteSelectQuery(
	string tableName,
	bool isHeader
)

Parameters

tableName
Type: SystemString
isHeader
Type: SystemBoolean

Return Value

Type: IEnumerableDataStructure
See Also