Interface IWorkSet
Basic work set interface
Inherited Members
Namespace: XData
Assembly: XData.WorkSet.docfx.dll
Syntax
public interface IWorkSet : IDisposable
Properties
| Improve this Doc View SourceDbLayer
Data scope layer
Declaration
Guid DbLayer { get; }
Property Value
Type | Description |
---|---|
Guid |
Name
Work set name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
Type
Work set type
Declaration
Type Type { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
| Improve this Doc View SourceClear()
Clear work set objects
Declaration
void Clear()
Submit()
Submit work set objects
Declaration
bool Submit()
Returns
Type | Description |
---|---|
Boolean | Success flag |
Extension Methods
SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)
See Also
IWorkSet<T>