| ProductServiceGetProductsBySql 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 IEnumerable<Product> GetProductsBySql(
string query,
bool doRefactoring,
bool bulkFill
)
<ObsoleteAttribute("Don't use this")>
Public Function GetProductsBySql (
query As String,
doRefactoring As Boolean,
bulkFill As Boolean
) As IEnumerable(Of Product)
Parameters
- query
- Type: SystemString
- doRefactoring
- Type: SystemBoolean
- bulkFill
- Type: SystemBoolean
Return Value
Type:
IEnumerableProductSee Also