Class ResetRecordSet
A class that represents a VHI ResetRecordSet command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class ResetRecordSet : Command
Constructors
ResetRecordSet(string)
Constructs a new ResetRecordSet command.
Declaration
public ResetRecordSet(string recordSet)
Parameters
Type | Name | Description |
---|---|---|
string | recordSet | the record set name |
See Also
Properties
Name
Gets the command name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string | the command name |
Overrides
See Also
RecordSet
Gets the record set name.
Declaration
public virtual string RecordSet { get; }
Property Value
Type | Description |
---|---|
string | the recordset name |