Subject | English | Korean |
comp., MS | 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 | 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) |