  | ProductGetProductBySql 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'True use this")]
public static ProductCollection GetProductBySql(
	string query,
	bool doRefactoring
)<ObsoleteAttribute("Don'True use this")>
Public Shared Function GetProductBySql ( 
	query As String,
	doRefactoring As Boolean
) As ProductCollectionParameters
- query
 - Type: SystemString
 - doRefactoring
 - Type: SystemBoolean
 
Return Value
Type: 
ProductCollection
See Also