DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / DeletedStateIsAvailableAttribute Class / DeletedStateIsAvailableAttribute Constructor
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.

In This Topic
    DeletedStateIsAvailableAttribute Constructor
    In This Topic
    Initializes a new instance of the DeletedStateIsAvailableAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal isAvailable As Boolean _
    )
    public DeletedStateIsAvailableAttribute( 
       bool isAvailable
    )

    Parameters

    isAvailable
    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.
    See Also