 | EntitySourceCurrent Property |
Gets the current delay loader
Namespace: SanteDB.Core.Model.EntityLoaderAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
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
EntitySource
See Also