mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-21 01:25:42 -05:00
3491 Kusto Execute Function support (#1055)
* 3491 Added GenerateExecuteFunctionScript to IDataSource, DataSourceBase, and KustoDataSource. Added ExecutionFunction to Scripter and IScripter. * 3491 Refactored GenerateScriptForFunction in ScriptAsScriptingOperation to handle execute and alter
This commit is contained in:
@@ -105,6 +105,8 @@ namespace Microsoft.Kusto.ServiceLayer.DataSource
|
||||
|
||||
public abstract string GenerateAlterFunctionScript(string functionName);
|
||||
|
||||
public abstract string GenerateExecuteFunctionScript(string functionName);
|
||||
|
||||
/// <inheritdoc/>
|
||||
public DataSourceType DataSourceType { get; protected set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user