Represents a method that provides EntityManager initialization.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
public delegate void Initialization( EntityManager entity ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub Initialization ( _ entity As EntityManager _ ) |
Parameters
- entity
- Type: DlhSoft.Windows.Data..::.EntityManager