ERPConnect.Queries.Query
Namespace: ERPConnect.Queries
Assembly: ERPConnectStandard20.dll
Class for executing SAP Queries and retrieving the data.
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Query(R3Connection)
Constructs a new query object
Parameters
Connection
R3Connection
A valid connection object
Properties
ExternalRepresentation
Set or gets if fields with user exits should be represented in external format
Property Value
Fields
Output fields of the query
Property Value
MaxRows
The maximum number of rows to be extracted (0 for all)
Property Value
Name
Name of the query
Property Value
Result
A ADO .NET DataTable which contains the data result
Property Value
SelectionParameters
A collection of SelectParameters which represent the selection screen of the query
Property Value
QuerySelectionParameterCollection
UserGroup
Name of the user group
Property Value
Variant
Name of the variant (if used)
Property Value
WorkArea
The current query workspace
Property Value
Methods
Execute()
Executes the query and fills the Result property
ToString()
Retrieves a textual description of the whole query structure
Returns
Query structure