Skip to main content
A newer version of this page is available.

EFObjectSpace Constructors

An Object Space which is used for data manipulation via the Entity Framework.
Name Parameters Description
EFObjectSpace(ITypesInfo, EFTypeInfoSource, CreateObjectContextHandler, UpdateSchemaHandler) typesInfo, typeInfoSource, createObjectContextDelegate, updateSchemaDelegate Creates a new instance of the EFObjectSpace class.
EFObjectSpace(ITypesInfo, EFTypeInfoSource, CreateObjectContextHandler) typesInfo, typeInfoSource, createObjectContextDelegate Creates a new instance of the EFObjectSpace class.
See Also