Overload | Description |
---|---|
DynamicsLoader Constructor() | Creates an DynamicsLoader object without Connection and with empty TableName. |
DynamicsLoader Constructor(String) | Initializes a new instance of the DynamicsLoader class with table name that will be loaded. |
DynamicsLoader Constructor(String,DynamicsConnection) | Initializes a new instance of the DynamicsLoader class with table name that will be loaded and a DynamicsConnection object. |