Interface ICreateEntityContext
Interface for create entity context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface ICreateEntityContext : IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceEntityType
Gets the type of the entity.
Declaration
Type EntityType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the entity. |