Click or drag to resize
DatabaseQueryFactoryCreate Method (ActiveElement, IElementModel, Object)
Creates database commands

Namespace: FlexRule.Data.Database
Assembly: FlexRule.Database (in FlexRule.Database.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public override ActiveElement Create(
	ActiveElement parent,
	IElementModel source,
	Object[] arguments
)

Parameters

parent
Type: FlexRuleActiveElement
source
Type: FlexRule.Core.ModelIElementModel
arguments
Type: SystemObject

Return Value

Type: ActiveElement
See Also