HpsvSequenceBuilderBase.Delete Method |  |
Deletes the sequence by name within current scope. It silently ignores non existing sequence name.
Namespace:
HP.SV.DotNetRuleApi
Assembly:
HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntaxpublic void Delete(
string name
)
Parameters
- name
- Type: System.String
The name of the sequence
See Also