[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataDataAdapter.-ctor

C1ODataDataAdapter Constructor

C1ODataDataAdapter()

Creates an instance of the C1ODataDataAdapter class.

Declaration
public C1ODataDataAdapter()

C1ODataDataAdapter(C1ODataCommand)

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

Declaration
public C1ODataDataAdapter(C1ODataCommand command)
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)
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)
Parameters
Type Name Description
string connectionString
string commandText