Skip to content

Commit 692362e

Browse files
committed
Version 1.1
1 parent e53ffcf commit 692362e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Client/SqlTableAction.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ namespace PowerQueryNet.Client
1111
/// </summary>
1212
public enum SqlTableAction
1313
{
14+
/// <summary>
15+
/// Undefined
16+
/// </summary>
17+
Undefined = 0,
18+
1419
/// <summary>
1520
/// Create a new table and insert the rows
1621
/// </summary>

0 commit comments

Comments
 (0)