Skip to main content

CommandFlags

Additional state flags that control command behaviour

Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public enum CommandFlags : int

Fields

None

No additional flags

View Source
Declaration
None = null

Buffered

Should data be buffered before returning?

View Source
Declaration
Buffered = null

Pipelined

Can async queries be pipelined?

View Source
Declaration
Pipelined = null

NoCache

Should the plan cache be bypassed?

View Source
Declaration
NoCache = null