Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit d6ec280

Browse files
committed
last fix hopefully
1 parent 88538e1 commit d6ec280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.OrmLite/Dapper/CommandDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private CommandDefinition(object parameters) : this()
119119
/// <summary>
120120
/// For asynchronous operations, the cancellation-token
121121
/// </summary>
122-
public CancellationToken CancellationToken { get; }
122+
public CancellationToken CancellationToken { get; private set; }
123123
#endif
124124

125125
internal IDbCommand SetupCommand(IDbConnection cnn, Action<IDbCommand, object> paramReader)

0 commit comments

Comments
 (0)