Freigeben über


CreateInstance Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Creates a new instance of a CatalogItemsDataTable.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Protected Overrides Function CreateInstance As DataTable
'Usage
Dim returnValue As DataTable

returnValue = Me.CreateInstance()
protected override DataTable CreateInstance()
protected:
virtual DataTable^ CreateInstance() override
protected override function CreateInstance() : DataTable

Return Value

Type: System.Data..::.DataTable
A DataTable that is the new instance.

Remarks

Creates a new CatalogItemsDataSet..::.CatalogItemsDataTable.

Permissions

See Also

Reference

CatalogItemsDataSet..::.CatalogItemsDataTable Class

CatalogItemsDataSet..::.CatalogItemsDataTable Members

Microsoft.CommerceServer.Catalog Namespace