API/CodeSamples/Using-Constraints.md
... ...
@@ -38,7 +38,7 @@ Notice that we define multiple columns for a single data source and map them to
38 38
39 39
In this case Izenda will generate the following SQL:
40 40
41
-```csharp
41
+```sql
42 42
SELECT *
43 43
FROM [dbo].[Orders]
44 44
INNER JOIN [dbo].[Invoices]