SQL Servr 2008空间数据应用系列八:基于Bing Maps(Silverlight)(4)
来源:未知 责任编辑:责任编辑 发表时间:2013-11-15 19:46 点击:次
= "Int")] ref System.Nullable<int> identity)
{
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), name, polygontext, identity);
identity = ((System.Nullable<int>)(result.GetParameterValue(2)));
return ((int)(result.ReturnValue));
}
{
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), name, polygontext, identity);
identity = ((System.Nullable<int>)(result.GetParameterValue(2)));
return ((int)(result.ReturnValue));
}
如上实现了Linq To Sql对存储过程的调用,接下来就是创建WCF服务提供给Silverlight调用。
[ServiceContract]
public interface IDrawService
{
/// <summary>
/// 保存多边形对象到空间数据库
/// </summary>
/// <param name="name"></param>
/// <param name="arrayOfLatLong"></param>
///
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>