Skip to content

Repository files navigation

GSqlQuery.SQLServer es NuGet

A library to run queries generated by GSqlQuery on the SQL Server database for .NET.

Get Started

GSqlQuery.SQLServer can be installed using the Nuget packages or the dotnet CLI

dotnet add package GSqlQuery.SQLServer --version 1.0.0

See our documentation for instructions on how to use the package.

Example

using GSqlQuery.SQLServer;

SqlServerConnectionOptions connectionOptions = new SqlServerConnectionOptions("<connectionString>");

IEnumerable<Actor> rows = EntityExecute<Actor>.Select(connectionOptions).Build().Execute();

Contributors

GSqlQuery.SQLServer is actively maintained by Guillermo Galván. Contributions are welcome and can be submitted using pull request.

License

Copyright (c) Guillermo Galván. All rights reserved.

Licensed under the Apache-2.0 license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages