how assign EntityConnectionStringBuilder.Metadata sqlite
I'm trying to instantiate a EntityConnectionStringBuilder but it fails when I assign EntityConnectionStringBuilder.Metadata, here's my string:
ee.Metadata = @"res:////Data//EntityModel.csdl|res:////Data//EntityModel.ssdl|res://*//Data//EntityModel.msl";
Wh开发者_Go百科ere "Data" is a folder. If I don't have the file in a folder, it works fine though.
精彩评论