Interface ICreateEntityResult
Contract for the create entity result.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface ICreateEntityResult : IDataCommandResult, IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceEntity
Gets the newly created entity.
Declaration
object Entity { get; }
Property Value
Type | Description |
---|---|
System.Object | The new entity. |
EntityEntry
Gets information describing the newly created entity.
Declaration
IEntityEntry EntityEntry { get; }
Property Value
Type | Description |
---|---|
IEntityEntry | Information describing the new entity. |