Developer Network
Developer Network
Developer
:CreateViewProfileText:
登录
MSDN 订阅
获取工具
下载
Visual Studio
SDK
试用软件
免费下载
Office 资源
计划
订阅
Administrators
学生
Microsoft Imagine
Microsoft 学生合作伙伴
ISV
新手
Events(事件)
社区
Magazine
论坛
博客
第 9 频道
文档
API 和参考
开发人员中心
示例
停用的内容
非常抱歉。你请求的内容已被删除。将在 1 秒内自动重定向。
提出问题
快速访问
论坛主页
浏览论坛用户
FAQ
搜索相关主题
Remove From My Forums
积极答复者
[AEF]怎么才能实现动态表名啊?
.NET 开发
>
ADO.NET 与 LINQ
问题
0
登录进行投票
[AEF]怎么才能实现动态表名啊?
例:MYSQL数据库中有表data,实际在程序中会按日期进行分表,按date表的结构生成新表data_090914,data_090915...,那么我怎么才能在AEF中动态使用这些结构完全相同但表名不同的新表呢。
已编辑
ssiori
2009年9月15日 7:30
2009年9月14日 10:11
回复
|
引用
答案
0
登录进行投票
context.ExecuteQuery<T>或者context.CreateQuery<T>
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP
已标记为答案
ssiori
2009年9月15日 7:29
2009年9月15日 4:24
回复
|
引用
版主