CreateInstance Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a new instance of a CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable.
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 CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable Class
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable Members