Subject | English | Korean |
comp., MS | lazy initialization | 초기화 지연 (The deferral of object initialization or instantiation until the first time the object is referenced) |
comp., MS | lazy loading | 지연 로드 (A pattern of data loading where related objects are not loaded until a navigation property is accessed) |
comp., MS | lazy schema validation | 지연된 스키마 유효성 검사 (An option that delays checking the remote schema to validate its metadata against a query until execution in order to increase performance.) |