You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This is the final result for the last command. It indicates that the command has completed successfully.
16
-
/// </summary>
17
-
// ReSharper disable once InconsistentNaming
18
-
TDS_DONE_FINAL=0x0000,
19
-
/// <summary>
20
-
/// This Status indicates that there are more results to follow for the current command.
21
-
/// </summary>
22
-
// ReSharper disable once InconsistentNaming
23
-
TDS_DONE_MORE=0x0001,
24
-
/// <summary>
25
-
/// This indicates that an error occurred on the current command.
26
-
/// </summary>
27
-
// ReSharper disable once InconsistentNaming
28
-
TDS_DONE_ERROR=0x0002,
29
-
/// <summary>
30
-
/// There is a transaction in progress for the current request.
31
-
/// </summary>
32
-
// ReSharper disable once InconsistentNaming
33
-
TDS_DONE_INXACT=0x0004,
34
-
/// <summary>
35
-
/// This Status indicates that the count argument is valid. This bit is used to distinguish between an empty count field and a count field with a value of 0.
36
-
/// </summary>
37
-
// ReSharper disable once InconsistentNaming
38
-
TDS_DONE_COUNT=0x0010,
39
-
}
40
-
41
-
publicDoneProcStatusStatus{get;set;}
11
+
publicDoneToken.DoneStatusStatus{get;set;}
42
12
publicTranStateTransactionState{get;set;}
43
13
publicintCount{get;set;}
44
14
@@ -49,10 +19,10 @@ public void Write(Stream stream, DbEnvironment env)
0 commit comments