| SequenceExtensionRollback Method |
Rollback the serial.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public abstract void Rollback(
string bsExternalID
)
Public MustOverride Sub Rollback (
bsExternalID As String
)
Parameters
- bsExternalID
- Type: SystemString
ID that matches external ID given at GenerateNextValue
See Also