Is the dataset SQL based.
Source position: db.pas line 1647
function IProviderSupport.PSIsSQLBased: Boolean; |
True if the dataset is based on an SQL statement.
PSIsSQLBased returns True if the dataset is SQL based or not. Note that this is different from PSIsSQLSupported which indicates whether SQL statements can be executed using PSExecuteCommand
PSIsSQLSupported |
PSExecuteCommand |