Jahongir
Jahongir
Hi. I have connectors written in C#. For example, MSSQL Connector, used 'System.Data.SqlClient'. How can I use this connector (instead of JDBC) to read data from the source with spark.net?
Can I use RC4 cipher like this: ``` var server = https.createServer({ key: privateKey, cert: certificate, ca: certificateAuthority, ciphers: [ "ECDHE-RSA-AES128-SHA256", "DHE-RSA-AES128-SHA256", "AES128-GCM-SHA256", "RC4", "HIGH", "!MD5", "!aNULL" ].join(':'), }, app);...
Can you provide sample grammar for MS Power Query (M Language)?