[]
        
(Showing Draft Content)

C1.AdoNet.ServiceNow.C1ServiceNowDataAdapter

C1ServiceNowDataAdapter Class

Represents a set of data commands and a connection to a data source that are used to fill the DataSet and update the data source. This class cannot be inherited.

Namespace: C1.AdoNet.ServiceNow
Assembly: C1.AdoNet.ServiceNow.dll
Syntax
public sealed class C1ServiceNowDataAdapter : C1DataAdapterBase<C1ServiceNowCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter

Constructors

Name Description
C1ServiceNowDataAdapter()

Initializes a new instance of the C1ServiceNowDataAdapter class.

C1ServiceNowDataAdapter(C1ServiceNowCommand)

Initializes a new instance of the C1ServiceNowDataAdapter class with a select command.

C1ServiceNowDataAdapter(C1ServiceNowConnection, string)

Initializes a new instance of the C1ServiceNowDataAdapter class a conection and a select command text.

C1ServiceNowDataAdapter(string, string)

Initializes a new instance of the C1ServiceNowDataAdapter class with a conection string and a select command text.