Class ProxyConfig
Proxy configuration section
Inherited Members
Namespace: XData.Interfaces
Assembly: XData.docfx.dll
Syntax
public sealed class ProxyConfig
Remarks
WARNING! All attributes are required!
Examples
<proxy name="TEST" dialect="MSSQL" endpoint="XAppServer"/>
Properties
| Improve this Doc View SourceEndpointName
XData application server WCF endpoint name
Declaration
public string EndpointName { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Proxy name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Remarks
Mast be the same as Name
Extension Methods
SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)