Microsoft.com
All DevCenters
MSDN Home
MSDN Code Gallery:
Code Gallery Home
|
Browse Gallery
|
Share Code
|
Help and FAQs
Entity SQL
Home
Downloads
Issue Tracker
People
License
Close
RSS
All Resource Updates
Issue Tracker
Releases
Wiki
RSS
Comments
|
Print
|
Page Info
|
Change History (all pages)
Search Wiki:
Home
Resource Page Description
Entity SQL tools and samples. eSqlBlast home.
Last edited
Jan 24 2008 at 8:33 AM
by
zmichailov_MSFT
, version 2
Comments
RogerJ
wrote
Oct 21 2008 at 7:06 PM
eSqlBlast requires access to physical SSDL, MSL and CSDL files in a folder that you designate as metadata.
See Julie Lerman's eSqlBlast Tip post (http://www.thedatafarm.com/blog/2008/05/27/eSqlBlastTip.aspx) for details about creating the required files.
--rj
http://oakleafblog.blogspot.com
staceyw
wrote
Nov 18 2008 at 5:39 AM
Hi Roger. Still don't understand how to create the SSD, MSL and CSDL from a model file I generated using the designer? Can't start eSqlBlast. Please provide a step by step readme. tia
nc1943
wrote
Jun 25 at 6:27 AM
Just to be verbose, what is meant in Julie's post is:
1. In the VS 2008 Model Browser pane of the EF designer window, click on the Model node/icon of the tree view (the node that is the parent of EntityTypes, Associations, etc.)
2. Hit <F4> to bring up the properties pane for the model. There you will see a property called "Metadata Artifact Processing".
3. Change this property to "Copy to Output Directory" (put it back "Embed in Output Assembly" when deploying and such)
4. Rebuild the project containing your EF model
5. Check your bin directory and you should see the .csdl, .msl, and .ssdl files that eSqlBlast needs
6. Start the eSqlBlast WinShell app
7. On the eSqlBlast Connection tab set your db connection properties in the "Provider Connection String" box.
8. For the Metadata box click the "Add Files" button, browse to the bin of your project and select the .csdl, .msl, and .ssdl files you just generated.
9. Click the Connect button
10. Switch to the Query tab and runs some Entity SQL queries against your model.
Sign in to add a comment
Current Release
eSqlBlast for VS 2008 SP1
Mon Aug 11 2008 at 7:00 AM
More Tags ...
Popular Tags
.NET
.NET 2.0
.NET 3.5
.NET Framework
2008
2009
ADO.NET
ASP.NET
C#
C# 3.0
C++
CMS
CRM
Dynamics
Entity Data Model
Entity Framework
Hotfix
LINQ
LINQ to SQL
MCMS
MSCRM
MSDN Magazine
Placeholder Controls
Samples
SharePoint
silverlight
Silverlight 2.0
SQL Server
tfs
Tools
Visual Basic
Visual C#
Visual Studio
Visual Studio 2005
Visual Studio 2008
VS SDK
VSTO
VSX
WCF
Windows Forms
Windows Mobile
WPF
Manage Your Profile
Legal
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...