Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9030437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T07:29:28+00:00 2026-06-16T07:29:28+00:00

I have a view model that will always create a new entity (Score); it

  • 0

I have a view model that will always create a new entity (Score); it doesn’t need to wait for nor query the repository to know this.

I (currently) want to create the new entity as the page loads and use it to populate the (KnockoutJS) view model.

I believe that the entity manager lazily populates the metadata and have spoofed the behavior I want by making an unnecessary query purely to force the metadata population. The API docs don’t cover this:

http://www.breezejs.com/sites/all/apidocs/classes/EntityManager.html#property_metadataStore

Question
Is there a way to force the manager to populate the metadata without issuing a redundant query?

Here’s the spoofed code flattened to show its intent:

manager.executeQuery(redundantQuery).then(function(data) {
  var viewScore = manager.metadataStore.getEntityType("Score").createEntity();
  viewScore.ID(breeze.core.getUuid());
  viewScore.Value(57);
  ko.applyBindings(viewScore, $ViewScore);
}).fail(function(e){
  ...
})

I’d be happy with:

manager.metadataStore.then(function() {

})...
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T07:29:29+00:00Added an answer on June 16, 2026 at 7:29 am

    A single MetadataStore can store metadata for multiple DataServices. The manager.dataService is simply the ‘default’ DataService for an EntityManager, there may be others.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three models that are coming together to create one view model and
I have a command that binds to the view model, is enabled, but doesn't
I have a view model that looks like this public class ViewModelRound2 { public
I have a view model that contains a Product class type and an IEnumerable<
I have a view model that is displayed in a view that uses uploadify.
I am using javascript unobtrusive validation. I have a view model that I am
I have a view with a model that has several fields. When I render
I have a view model with a couple of properties that are not displaying
if i have created a view model and have a partial form that is
I have a model that gets it's view-count updated after it's viewed. This is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.