Subject | English | Dutch |
comp., MS | queryable managed property | beheerde eigenschap waarop query's kunnen worden uitgevoerd (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 | queryable type | type waarop query's kunnen worden uitgevoerd (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) |