Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / EntityLoader Class / Load<TEntity> Method
The type of entity to load.
The primary key of the entity to load.
In This Topic
    Load<TEntity> Method (EntityLoader)
    In This Topic
    Loads an entity of the given id.
    Syntax
    public static TEntity Load<TEntity>( 
       Nullable<int> id
    )
    where TEntity: Entity

    Parameters

    id
    The primary key of the entity to load.

    Type Parameters

    TEntity
    The type of entity to load.

    Return Value

    The loaded entity, or null if the entity does not exist.
    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