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