Interface IDataCommandResult
Contract for data command results.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface IDataCommandResult : IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceException
Gets the exception.
Declaration
Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception | The exception. |
Message
Gets the result message.
Declaration
string Message { get; }
Property Value
Type | Description |
---|---|
System.String | The message. |