Subject | Dutch | English |
comp., MS | beheerde eigenschap waarop query's kunnen worden uitgevoerd | queryable managed property (A managed property that can be queried against. The query must contain the managed property field name, either in the query itself or programmatically) |
comp., MS | Inhoud per query | Content by Query (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view) |
comp., MS | Language Integrated Query | language-integrated query A query syntax that defines a set of query operators that allow traversal, filter, and projection operations to be expressed in a direct, declarative way in any .NET-based programming language (LINQ) |
comp., MS | Microsoft Power Query voor Excel | Microsoft Power Query for Excel (The Excel business intelligence add-in focused on data discovery and access) |
comp., MS | onmiddellijke query | immediate query (A LINQ query that is evaluated immediately. Any query that returns a single value, as opposed to a sequence of values, or that is terminated by a call to ToList, ToArray, ToDictionary, or ToLookup) |
comp., MS | op methode gebaseerde query | method-based query (A query expressed as a direct method call to one or more Standard Query Operators) |
comp., MS | op query gebaseerd rapport | query-based report (A type of report generated from an Application Object Tree (AOT) query) |
comp., MS | Opbouwfunctie voor query's | Query Builder (The user interface for defining work item queries) |
comp., MS | Pass Through-query | pass-through query (An SQL-specific query you use to send commands directly to an ODBC database server) |
comp., MS | query-expressie | query expression (An expression that uses a language-integrated syntax for queries) |
comp., MS | query opnieuw uitvoeren | requery (To rerun a query underlying the active form or datasheet in order to reflect changes to the records, display newly added records, and eliminate deleted records) |
IT | query taal | interrogation language GB : query language US |
comp., MS | rapport Aantal query's | Number of Queries report (A Web analytics report that provides information on the number searches performed) |
comp., MS | rapport Populaire query's | Popular Queries report (A Web analytics report that provides information on the most popular searches) |
comp., MS | recursieve query | recursive query (A query made to a DNS server in which the requester asks the server to assume the full workload and responsibility for providing a complete answer to the query. The DNS server will then use separate iterative queries to other DNS servers on behalf of the requester to assist in completing an answer for the recursive query) |
comp., MS | SQL-query | SQL-specific query (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries) |
comp., MS | SQL-query | sql query (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE) |
comp., MS | type waarop query's kunnen worden uitgevoerd | queryable type (The type of the query variable in a LINQ query. The type of the variable that represents the data source is also a queryable type. A queryable type can be implicitly or explicitly typed, but in either case it must be a generic IEnumerable or IQueryable type) |
comp., MS | uitgestelde query | deferred query (A LINQ query that is not evaluated until it is iterated over, either with a foreach statement (C) or a For Each statement (Visual Basic), or by manually using the underlying GetEnumerator and MoveNext methods) |