Click or drag to resize

IDbProviderGetResetSequence Method

Gets the reset sequence command

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
SqlStatement GetResetSequence(
	string sequenceName,
	Object sequenceValue
)

Parameters

sequenceName
Type: SystemString

[Missing <param name="sequenceName"/> documentation for "M:SanteDB.OrmLite.Providers.IDbProvider.GetResetSequence(System.String,System.Object)"]

sequenceValue
Type: SystemObject

[Missing <param name="sequenceValue"/> documentation for "M:SanteDB.OrmLite.Providers.IDbProvider.GetResetSequence(System.String,System.Object)"]

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.IDbProvider.GetResetSequence(System.String,System.Object)"]

See Also