Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / EntityWithTypedId<IdT> Class / IsTransient Method
In This Topic
    IsTransient Method (EntityWithTypedId<IdT>)
    In This Topic
    Transient objects are not associated with an item already in storage. For instance, a Customer is transient if its Id is 0. It's virtual to allow NHibernate-backed objects to be lazily loaded.
    Syntax
    public virtual bool IsTransient()

    Return Value

    A value indicating whether the entity is transient.
    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