Skip to content

Commit b0d0cbf

Browse files
committed
Merge branch '09-22-real-csharp-extension' of https://github.com/garyericson/sql-docs-pr into 09-22-real-csharp-extension
2 parents aa9c18f + ba3165f commit b0d0cbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/language-extensions/csharp-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ ms.custom:
1515
# What is C# Language Extension?
1616
[!INCLUDE [SQL Server 2019 and later](../includes/applies-to-version/sqlserver2019.md)]
1717

18-
The open-source [.NET 5 C# language extension](https://github.com/microsoft/sql-server-language-extensions/tree/main/language-extensions/dotnet-core-CSharp) is a feature of [SQL Server Language Extensions](language-extensions-overview.md) that can be used for executing C# code within SQL Server. You can pass an existing SQL Server table to a C# application as a DataFrame, perform operations in C# using rich libraries, and obtain back a result set. This C# language extension allows you to reuse existing C# code, calculations, logic, or extensive libraries that provide functionality which you cannot get in T-SQL.
18+
The open-source [.NET C# language extension](https://github.com/microsoft/sql-server-language-extensions/tree/main/language-extensions/dotnet-core-CSharp) is a feature of [SQL Server Language Extensions](language-extensions-overview.md) that can be used for executing C# code within SQL Server. You can pass an existing SQL Server table to a C# application as a DataFrame, perform operations in C# using rich libraries, and obtain back a result set. This C# language extension allows you to reuse existing C# code, calculations, logic, or extensive libraries that provide functionality which you cannot get in T-SQL.
1919

2020
The external C# language is defined with [CREATE EXTERNAL LANGUAGE](../t-sql/statements/create-external-language-transact-sql.md). The system stored procedure [sp_execute_external_script](../relational-databases/system-stored-procedures/sp-execute-external-script-transact-sql.md) is used as the interface for executing the C# code.
2121

2222
> [!NOTE]
23-
> The C# language extension is compatible with SQL Server 2019 CU3 or later. It integrates .NET core in SQL Server and works with .NET 5.0 in Windows only.
23+
> The C# language extension is compatible with SQL Server 2019 CU3 or later. Currently, it integrates .NET core on SQL Server Windows only.
2424
2525
## What you can do
2626

0 commit comments

Comments
 (0)