[This is preliminary documentation and is subject to change.]
Selects raw data from a specific table.

C# | Visual Basic | Visual C++ |
ObjectModel select( string p_name, params NameValuePair[] p_values )
Function select ( _ p_name As String, _ ParamArray p_values As NameValuePair() _ ) As ObjectModel
ObjectModel^ select( String^ p_name, ... array<NameValuePair^>^ p_values )

- p_name (String)
- Name of a table
- p_values (array< NameValuePair >[]()[])
- Selection predicates

An instance implementing ObjectModel