Cocktail Help Reference
EntityManager Property
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > UnitOfWork Class : EntityManager Property



Glossary Item Box

Returns the EntityManager used by this unit of work.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property EntityManager As IdeaBlade.EntityModel.EntityManager
Visual Basic (Usage)Copy Code
Dim instance As UnitOfWork
Dim value As IdeaBlade.EntityModel.EntityManager
 
value = instance.EntityManager
C# 
protected IdeaBlade.EntityModel.EntityManager EntityManager {get;}
C++/CLI 
protected:
property IdeaBlade.EntityModel.EntityManager^ EntityManager {
   IdeaBlade.EntityModel.EntityManager^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.