LinqConnect Documentation
Devart.Data.Linq Namespace / Table Class / GetEntityState Method
An entity to return the status of.

In This Topic
    GetEntityState Method (Table)
    In This Topic
    Returns the state of the given entity.
    Syntax
    'Declaration
     
    Public Function GetEntityState( _
       ByVal entity As Object _
    ) As EntityState
    public EntityState GetEntityState( 
       object entity
    )

    Parameters

    entity
    An entity to return the status of.

    Return Value

    One of the EntityState values.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also