| 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
Syntax public 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:
EntitySourceSee Also