[This is preliminary documentation and is subject to change.]
Selects raw data from a specific table.
Declaration Syntax
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 )
Parameters
- p_name (String)
- Name of a table
- p_values (array< NameValuePair >[]()[])
- Selection predicates
Return Value
An instance implementing ObjectModel