Subject | English | French |
comp., MS | queryable managed property | propriété gérée utilisable dans une requête (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 requêtable (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) |