名前 | 解説 | |
---|---|---|
C1ServiceNowCommand コンストラクタ | オーバーロードされます。 |
C1ServiceNowCommandデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
C1ServiceNowCommand コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
CommandText | Gets or sets the text command to run against the data source. C1.DataConnector.AdoNet.C1CommandBaseから継承されます。 | |
CommandTimeout | オーバーライドされます。 Gets or sets the wait time before terminating the attempt to execute a command and generating an error. | |
CommandType | オーバーライドされます。 Indicates or specifies how the System.Data.Common.DbCommand.CommandText property is interpreted. | |
Connection | System.Data.Common.DbCommandから継承されます。 | |
Container | System.ComponentModel.Componentから継承されます。 | |
DesignTimeVisible | オーバーライドされます。 Gets or sets a value indicating whether the command object should be visible in a customized interface control. | |
Parameters | The Parameters list of this command. C1.DataConnector.AdoNet.C1CommandBaseから継承されます。 | |
ReturningTable | C1.DataConnector.AdoNet.C1CommandBaseから継承されます。 | |
Site | System.ComponentModel.Componentから継承されます。 | |
Transaction | System.Data.Common.DbCommandから継承されます。 | |
UpdatedRowSource | オーバーライドされます。 Gets or sets how command results are applied to the System.Data.DataRow when used by the Update method of a System.Data.Common.DbDataAdapter. |
名前 | 解説 | |
---|---|---|
Cancel | Cancels the execution of this command C1.DataConnector.AdoNet.C1CommandBaseから継承されます。 | |
CreateObjRef | System.MarshalByRefObjectから継承されます。 | |
CreateParameter | System.Data.Common.DbCommandから継承されます。 | |
Dispose | System.ComponentModel.Componentから継承されます。 | |
ExecuteNonQuery | Executes a SQL statement against a connection object. C1.DataConnector.AdoNet.C1CommandBaseから継承されます。 | |
ExecuteNonQueryAsync | オーバーロードされます。 An asynchronous version of method ExecuteNonQuery that executes a SQL statement against a connection object. C1.DataConnector.AdoNet.C1CommandBaseから継承されます。 | |
ExecuteReader | オーバーロードされます。 System.Data.Common.DbCommandから継承されます。 | |
ExecuteReaderAsync | オーバーロードされます。 System.Data.Common.DbCommandから継承されます。 | |
ExecuteScalar | Allow the execution of a query that returns a 1x1 result table. C1.DataConnector.AdoNet.C1CommandBaseから継承されます。 | |
ExecuteScalarAsync | オーバーロードされます。 An asynchronous version of method ExecuteScalar that allows the execution of a query that returns a 1x1 result table. C1.DataConnector.AdoNet.C1CommandBaseから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
Prepare | オーバーライドされます。 Creates a prepared (or compiled) version of the command on the data source. | |
ToString | System.ComponentModel.Componentから継承されます。 |