Имя | Описание |
---|---|
Extensions | |
SqlInputParameter | |
SqlOutputParameter | |
SqlQueries | |
SqlQuery | |
SqlQueryOptions | In case we wish to have an iterative query, employ this class to set its options. Basically, we have four inputs and one output: - An input parameter that is varied until the desired result is reached. - An input parameter that contains the desired result. - An input parameter that determines the accuracy of the desired result. - An input parameter that determines the maximum number of tries. - An output parameter that contains the actual result. |