Interface ISQLWrapperInterpretorFactory
Namespace: LemonEdge.API.Entities.Helpers
Assembly: LemonEdge.API.dll
Syntax
public interface ISQLWrapperInterpretorFactory
Methods
Create(ISQLWrapper)
Creates a new sqlwrapper interpretor using the specified sql wrapper
Declaration
ISQLWrapperInterpretor Create(ISQLWrapper wrapper)
Parameters
Type | Name | Description |
---|---|---|
ISQLWrapper | wrapper | The sql wrapper to use |
Returns
Type | Description |
---|---|
ISQLWrapperInterpretor |
Create(Guid)
Creates a new sqlwrapper interpretor using the globally unique id of the specified sql wrapper
Declaration
ISQLWrapperInterpretor Create(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | The globally unique id of the sql wrapper to use |
Returns
Type | Description |
---|---|
ISQLWrapperInterpretor |