Interface ISqlQueryBehaviorFactory
Interface that represents a factory for generating ISqlQueryBehavior
instances
Namespace: Workspace.XBR.Xperiflow.Parsing.SQL
Assembly: Xperiflow.dll
Declaration
public interface ISqlQueryBehaviorFactory
Methods
GetBehaviors()
Creates and returns a List
of ISqlQueryBehavior
according to the implementation.
Declaration
List<ISqlQueryBehavior> GetBehaviors()
Returns
System.Collections.Generic.List
< Workspace.XBR.Xperiflow.Parsing.SQL.ISqlQueryBehavior >
A List
of ISqlQueryBehavior
according to the implementation.