We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d453d commit bcf4c34Copy full SHA for bcf4c34
src/DataStax.AstraDB.DataApi/Tables/Table.cs
@@ -1084,12 +1084,6 @@ private List<CommandOptions> GetOptionsTree()
1084
return optionsTree.ToList();
1085
}
1086
1087
- private List<CommandOptions> GetOptionsTree()
1088
- {
1089
- var optionsTree = _commandOptions == null ? _database.OptionsTree : _database.OptionsTree.Concat(new[] { _commandOptions });
1090
- return optionsTree.ToList();
1091
- }
1092
-
1093
internal Command CreateCommand(string name)
1094
{
1095
var optionsTree = GetOptionsTree().ToArray();
0 commit comments