ComponentOne Data Source for Entity Framework
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 System.Boolean _
    )
    public DeletedStateIsAvailableAttribute( 
       System.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