使用WCF检索数据到Sqlserver [英] Retrive the Data using wcf to Sqlserver

查看:86
本文介绍了使用WCF检索数据到Sqlserver的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


在我的项目中,有员工记录.

我的要求是使用empNo搜索员工.但是使用Wcf服务.

我想要创建一个Wcf服务来查找员工并检索所有详细信息.
在网格视图中绑定数据之后.

Hi
In my project Employee Records are there.

My Requirement is Search the employee using empNo. But using Wcf service.

I want the Create one Wcf service for find the employee and Retrieve the all details.
after bind the data in grid view.

推荐答案

您的WCF应用程序将以IEnumerable的形式将数据发送到客户端应用程序.然后可以将其用作绑定到GridView的数据源.
Your WCF application would be sending data to the client application as an IEnumerable. This can then be used as a datasource to bind to GridView.


您可以从^ ].


这篇关于使用WCF检索数据到Sqlserver的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆