Click or drag to resize
ObjectQueryBaseTQuery, TObjectIsOffline Property
Returns true if the given collection is offline (disconnected from the database)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool IsOffline { get; }

Property Value

Type: Boolean

Implements

ICMSQueryableIsOffline
See Also