Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / CollectionEmulator Class / Save<T> Method
The type of the list.
The list of items to search.
In This Topic
    Save<T> Method (CollectionEmulator)
    In This Topic
    Save all objects of this collection to persistent storage.
    Syntax
    [Extension()]
    public static void Save<T>( 
       IList<T> list
    )
    where T: IPersistableEntity

    Parameters

    list
    The list of items to search.

    Type Parameters

    T
    The type of the list.
    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