MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Select Method (sql)
NamespacesMPfm.LibrarySQLiteGatewaySelect(String)
Executes a select query and returns a DataTable object.
Declaration Syntax
C#Visual Basic
protected DataTable Select(
	string sql
)
Protected Function Select ( _
	sql As String _
) As DataTable
Parameters
sql (String)
Query to execute
Return Value
DataTable with data

Assembly: MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)