public WcfCommand(IDbConnection wcfConnection)
 {
     _proxy = new ProxyGenerator().For(new Uri(wcfConnection.ConnectionString));
 }
示例#2
0
 public WcfDataSchemaOnlyReader(ServiceProxy proxy, MethodInfo operation, IDataParameterCollection parameters)
     : base(proxy, operation, parameters)
 {
 }