Visionline.CRM.Web.WebApi
Query Method (connection, type, filters, order, first, max)
Visionline.CRM.Web.WebApiVisionline.CRM.Web.WebApiWebApiQuery(Connection, EntityType, List<(Of <<'(Filter>)>>), List<(Of <<'(Order>)>>), Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Int32>)>>))
Führt eine Abfrage aus.
Declaration Syntax
C#Visual BasicVisual C++
public QueryResult[] Query(
	Connection connection,
	EntityType type,
	List<Filter> filters,
	List<Order> order,
	Nullable<int> first,
	Nullable<int> max
)
Public Function Query ( _
	connection As Connection, _
	type As EntityType, _
	filters As List(Of Filter), _
	order As List(Of Order), _
	first As Nullable(Of Integer), _
	max As Nullable(Of Integer) _
) As QueryResult()
public:
array<QueryResult^>^ Query(
	Connection^ connection, 
	EntityType type, 
	List<Filter^>^ filters, 
	List<Order^>^ order, 
	Nullable<int> first, 
	Nullable<int> max
)
Parameters
connection (Connection)
Verbindungsinformation zum CRM-VISIONLINE System
type (EntityType)
Der Entitätstyp der abgefragt werden soll
filters (List<(Of <(<'Filter>)>)>)
Menge von Filtern, aufgrund derer die Ergebnisse eingeschränkt werden
order (List<(Of <(<'Order>)>)>)
Sortierung (optional)
first (Nullable<(Of <(<'Int32>)>)>)
Index des Beginns der Ergebnisliste (optional)
max (Nullable<(Of <(<'Int32>)>)>)
Anzahl der Elemente, die zurückgegeben werden sollen (optional)
Return Value
Die Menge der Ergebnisse

Assembly: Visionline.CRM.Web (Module: Visionline.CRM.Web) Version: 3.4.32301.0 (3.4.032301.00)