AddCatalogDefinitionProperty Method (CatalogDefinitionPropertiesDataSet.CatalogDefinitionProperty)
Add a Definition to this CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable at the specified row.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub AddCatalogDefinitionProperty ( _
row As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty _
)
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable
Dim row As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
instance.AddCatalogDefinitionProperty(row)
public void AddCatalogDefinitionProperty(
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty row
)
public:
void AddCatalogDefinitionProperty(
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty^ row
)
public function AddCatalogDefinitionProperty(
row : CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
)
Parameters
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
The row to add the new value.
Remarks
The enumeration object must be saved before these changes will be persisted to the database.
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
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable Class
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable Members