| VariantHelperSetProductVariant Method | 
            Saves this instance of product variant with specified product options to database.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void SetProductVariant(
	ProductVariant productVariant
)
Parameters
- productVariant
- Type: CMS.EcommerceProductVariant
 The product variant.
 See Also
See Also