  | EntitySourceCurrent Property  | 
 
            Gets the current delay loader
            
 
    Namespace: 
   SanteDB.Core.Model.EntityLoader
    Assembly:
   SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntaxpublic static EntitySource Current { get; set; }Public Shared Property Current As EntitySource
	Get
	Set
public:
static property EntitySource^ Current {
	EntitySource^ get ();
	void set (EntitySource^ value);
}static member Current : EntitySource with get, set
Property Value
Type: 
EntitySource
See Also