Class SQLWrapperInterpretorFactory
Inheritance
SQLWrapperInterpretorFactory
Assembly: LemonEdge.API.dll
Syntax
public class SQLWrapperInterpretorFactory : ISQLWrapperInterpretorFactory
Constructors
SQLWrapperInterpretorFactory(IFactoryInjector)
Declaration
public SQLWrapperInterpretorFactory(IFactoryInjector factoryInjector)
Parameters
Methods
Create(ISQLWrapper)
Creates a new sqlwrapper interpretor using the specified sql wrapper
Declaration
public ISQLWrapperInterpretor Create(ISQLWrapper wrapper)
Parameters
Type |
Name |
Description |
ISQLWrapper |
wrapper |
The sql wrapper to use
|
Returns
Create(Guid)
Creates a new sqlwrapper interpretor using the globally unique id of the specified sql wrapper
Declaration
public ISQLWrapperInterpretor Create(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
The globally unique id of the sql wrapper to use
|
Returns
Implements
Extension Methods