Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IPersistableEntity Interface / IsTransient Method
In This Topic
    IsTransient Method (IPersistableEntity)
    In This Topic
    Gets a value that indicates whether the entity instance is transient.
    Syntax
    bool IsTransient()

    Return Value

    True if the entity is transient, false if it has a database identity.
    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