Interface IBulkDataOperationResult
Interface for returning a bulk operation result.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface IBulkDataOperationResult : IDataCommandResult, IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceCount
Gets the number of affected entities.
Declaration
long Count { get; }
Property Value
Type | Description |
---|---|
System.Int64 | The number of affected entities. |