Skip to content

Commit a86de9d

Browse files
committed
C#: Update comment in DB Scheme.
1 parent 18c7e73 commit a86de9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmlecode.csharp.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ params(
888888
string name: string ref,
889889
int type_id: @type_or_ref ref,
890890
int index: int ref,
891-
int mode: int ref, /* value = 0, ref = 1, out = 2, array = 3, this = 4 */
891+
int mode: int ref, /* value = 0, ref = 1, out = 2, params/array = 3, this = 4, in = 5, ref readonly = 6 */
892892
int parent_id: @parameterizable ref,
893893
int unbound_id: @parameter ref);
894894

0 commit comments

Comments
 (0)