Interface IEntityFactory
Base contract for entity factories.
Namespace: Kephas.Data.LLBLGen.Entities
Assembly: Kephas.Data.LLBLGen.dll
Syntax
public interface IEntityFactory
Methods
| Improve this Doc View SourceCreate()
Creates a new entity instance.
Declaration
object Create()
Returns
Type | Description |
---|---|
System.Object | New entity instance. |