Overload | Description |
---|---|
C1D365SDataAdapter Constructor() | Creates an instance of the C1D365SDataAdapter class. |
C1D365SDataAdapter Constructor(C1D365SCommand) | Creates an instance of the C1D365SDataAdapter class, for executing the passed db command. |
C1D365SDataAdapter Constructor(C1D365SConnection,String) | Creates an instance of the C1D365SDataAdapter class, for executing over a specific connection the db command from a specific text. |
C1D365SDataAdapter Constructor(String,String) | Creates an instance of the C1D365SDataAdapter class, for executing over a connection specified by a connection string, the db command from a specific text. |