Click or drag to resize

ProductServiceGetProductsBySql Method (String, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Don't use")]
public IEnumerable<Product> GetProductsBySql(
	string query,
	bool doRefactoring
)

Parameters

query
Type: SystemString
doRefactoring
Type: SystemBoolean

Return Value

Type: IEnumerableProduct
See Also