Store.LoadDomainModels(Type[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create all the domain-data for the domain models contained in the passed DomainModels.
public:
void LoadDomainModels(... cli::array <Type ^> ^ domainModelTypes);
public void LoadDomainModels (params Type[] domainModelTypes);
member this.LoadDomainModels : Type[] -> unit
Public Sub LoadDomainModels (ParamArray domainModelTypes As Type())
Parameters
- domainModelTypes
- Type[]
A Type [] of DomainModels to be loaded.