EldorADO.NET Class Library

ObjectContext.Disconnected Property

[This is preliminary documentation and subject to change.]

When navigating from entity to entity using the dot notation or the foreach instruction, indicates whether data should be automatically fetched from the RemoteSources (Disconnected = false) or not.

[Visual Basic]
Public Property Disconnected As Boolean
[C#]
public bool Disconnected {get; set;}

Property Value

When Disconnected is true, the RemoteSources are not used in lazy-loading methods.

See Also

ObjectContext Class | Eldorado.Object.Disconnected Namespace