DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / DeletedStateIsAvailableAttribute Class / IsAvailable Property

In This Topic
    IsAvailable Property
    In This Topic
    true if the properties of an object of the class still return correct property values after the object has been deleted from the collection it belonged to.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsAvailable As Boolean
    public bool IsAvailable {get;}
    See Also