Subject | English | Chinese Taiwan |
comp., MS | deferred loading | 延後載入 (A pattern of data loading where related objects are not loaded until a navigation property is accessed) |
comp., MS | eager loading | 積極式載入 (A pattern of loading where a specific set of related objects are loaded along with the objects that were explicitly requested in the query) |
comp., MS | explicit loading | 明確式載入 (A pattern of loading where related objects are not loaded until explicitly requested by using the Load method on a navigation property) |
comp., MS | extraction, transformation, and loading | 擷取、轉換和載入 (The act of extracting data from various sources, transforming data to consistent types, and loading the transformed data for use by applications) |
comp., MS | lazy loading | 消極式載入 (A pattern of data loading where related objects are not loaded until a navigation property is accessed) |