Interface IProxy
Data object proxy interface
Inherited Members
Namespace: XData.Interfaces
Assembly: XData.docfx.dll
Syntax
public interface IProxy : IDisposable
Methods
| Improve this Doc View SourceClose(Guid)
Close proxy
Declaration
void Close(Guid layer)
Parameters
Type | Name | Description |
---|---|---|
Guid | layer | Layer to close (Specify Guid.Empty to close all layers) |
Extension Methods
SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)