Query Snowflake Using .NET by @jgaylord jasongaylord.com
Yesterday I wrote about how you could get started with Snowflake. To expand on this, today we’ll use the same query we used to connect to the DAILY_16_TOTAL table and select 100 records using .NET. We’ll do this by first creating a brand new .NET console application and importing the Snowflake.Data NuGet package. The source for this NuGet package can be found at:
Report Story
Leave Your Comment