Interface IBulkUpdateContext
Context for bulk update operation.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface IBulkUpdateContext : IBulkDataOperationContext, IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceValues
Gets or sets the values to update.
Declaration
object Values { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The values. |