Interface IExecuteResult
Interface for execute result.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface IExecuteResult : IDataCommandResult, IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceResult
Gets the execution result.
Declaration
object Result { get; }
Property Value
Type | Description |
---|---|
System.Object | The execution result. |