Inhalte aufrufen

Profilbild

Proper way to interact new Table


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 DragonZelda

DragonZelda

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 20 March 2018 - 10:44

Dear All.

 

I have create a new table by using add-migration newTable and update-database.

But after that I can't find the context to register the table.

May I know the proper way to create the CRUD functions?

 

Thanks.



#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 20 March 2018 - 12:35

SmartStore.NET uses Code First Migrations. Documentation can be found here. For an example see the GMC plugin.

Marcus Gesing

Smartstore AG