AResultSetobject is a table of data representing a database result set, which is usually generated by executing a statement that queries the database. For example, theCoffeeTables.viewTablemethod creates aResultSet,rs, when it executes the query through theStatementobject,stmt. Note that aResult...
When the function has completed, the task's Result property will be set to return the result value of the function.state Object An object representing data to be used by the function.cancellationToken CancellationToken The CancellationToken to be assigned to the new task....
ResultUpdateRequest ResultUpdateRequestModel ResultUpdateResponse ResultUpdateResponseModel RetargetEvent RetentionLease RetentionLeaseUpdate RetentionPolicy RetentionPolicy RetentionSetting RetentionSettings Review ReviewersUpdatedEvent ReviewersVotesResetEvent ReviewerVoteUpdatedEvent ReviewEventOperation ReviewEventProperties Rev...
An object representing data to be used by the continuation action. Returns Task A new continuation Task. Exceptions ArgumentNullException The continuationAction argument is null. Examples The following example creates a task that is passed an integer between 2 and 20 and returns an array that ...
1. An arrangement for representing the content of number disc counters in the form of electrical signals, comprising optical markings (16) disposed on the peripheral surface of at least one number disc (11; 12; 13; 21; 23; 25) and a photoelectric sensing means (17) for sensing the ...
tp_DescriptionResource: The resource token or resource identifier of the description for the site. tp_ValidationFormula: A string representing the data validation criteria used to perform custom validation rules prior to the list being updated. tp_ValidationMessage: A string containing text to dis...
+# +# client-query-buffer-limit 1gb + +# In the Redis protocol, bulk requests, that are, elements representing single +# strings, are normally limited ot 512 mb. However you can change this limit +# here. +# +# proto-max-bulk-len 512mb + +# Redis calls an internal function to ...
Some people refer to that as binary arithmetic \"error\". I prefer to call it an \"anomaly\". It is aside-effectof the typicalindustry-standardchoice (*) for representing numeric values. It isnot a defect. So, even if the values in E3 and E4 were thedecimalvalues that Excel displays...
result: result of competitor for given heat (not set for general result) rank_prev_heat: result&rank of previous heat if counting in countback resultN: N=0, 1, 2, ... result in heat N (general result only) result_rankN: N=0, 1, 2, ... rank in heat N (general result only)...
{ SQLExecDirect(hstmt1, (SQLTCHAR*)"select operation_id, operation_code, product_id, quantity from dbo.operations where processed=0", SQL_NTS); while (SQL_ERROR!=SQLFetch(hstmt1)) { ProcessOperation(hstmt1); SQLPrepare(hstmt2, (SQLTCHAR*)"update dbo.operations set processed=1 where ...