[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataDataAdapter.-ctor

C1ODataDataAdapter Constructor

C1ODataDataAdapter()

Creates an instance of the C1ODataDataAdapter class.

Declaration
public C1ODataDataAdapter()
Public Sub New()

C1ODataDataAdapter(C1ODataCommand)

Creates an instance of the C1ODataDataAdapter class, for executing the passed db command.

Declaration
public C1ODataDataAdapter(C1ODataCommand command)
Public Sub New(command As C1ODataCommand)
Parameters
Type Name Description
C1ODataCommand command

C1ODataDataAdapter(C1ODataConnection, string)

Creates an instance of the C1ODataDataAdapter class, for executing over a specific connection the db command from a specific text.

Declaration
public C1ODataDataAdapter(C1ODataConnection connection, string commandText)
Public Sub New(connection As C1ODataConnection, commandText As String)
Parameters
Type Name Description
C1ODataConnection connection
string commandText

C1ODataDataAdapter(string, string)

Creates an instance of the C1ODataDataAdapter class, for executing over a connection specified by a connection string, the db command from a specific text.

Declaration
public C1ODataDataAdapter(string connectionString, string commandText)
Public Sub New(connectionString As String, commandText As String)
Parameters
Type Name Description
string connectionString
string commandText