command property

command property

The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data

Definition:

@property
def command(self):
    ...
@command.setter
def command(self, value):
    ...

See Also