Subject | English | Malay |
comp., MS | LINQ provider | pembekal LINQ (A library that implements the functionality of the Standard Query Operators for a specific kind of data source. The LINQ provider runs the query or passes it to some other execution engine) |
comp., MS | LINQ to ADO.NET | LINQ ke ADO.NET (A technology that makes it possible to query over any enumerable object in ADO.NET by using the LINQ programming model. LINQ to ADO.NET consists of three related LINQ technologies: LINQ to DataSet, LINQ to SQL, and LINQ to Entities) |
comp., MS | LINQ to DataSet | LINQ ke Set Data (A LINQ technology that makes it easier and faster to query over data cached in a DataSet object. The queries are expressed in the programming language itself and not as string literals embedded in the application code) |
comp., MS | LINQ to Entities | LINQ ke Entiti (A LINQ technology that enables developers to create flexible, strongly typed queries against the Entity Framework by using LINQ expressions and the LINQ Standard Query Operators) |
comp., MS | LINQ to Objects | LINQ ke Objek (The use of LINQ to query in-memory data such as arrays and lists) |
comp., MS | LINQ to SQL | LINQ ke SQL (A LINQ technology that provides a run-time infrastructure for managing relational data as objects. In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer) |
comp., MS | LINQ to XML | LINQ ke XML (An in-memory programming interface that makes it possible to work with XML from within the .NET Framework programming languages) |