Interface IGraphOperationContext
Contract for graph operations contexts.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.Capabilities
Assembly: Kephas.Data.dll
Syntax
public interface IGraphOperationContext : IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceLoadLooseParts
Gets or sets a value indicating whether the loose parts should be loaded.
Declaration
bool LoadLooseParts { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|