GithubHelp home page GithubHelp logo

activedbsoft / active-query-builder-3-metadata-providers Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 40 KB

Active Query Builder for .NET 3 - Metadata Providers

Home Page: https://www.activequerybuilder.com/

C# 100.00%
sql sql-query sql-query-builder database-connection-wrapper c-sharp

active-query-builder-3-metadata-providers's Introduction

Metadata providers for Active Query Builder 3 for .NET (any edition)

What is Active Query Builder for .NET?

Active Query Builder is a component suite for different .NET environments: WinForms, WPF, ASP.NET. It includes:

  • Visual SQL Query Builder,
  • SQL Parser and Analyzer,
  • API to build and modify SQL queries,
  • SQL Text Editor with code completion and syntax highlighting.
Details:

How do I get Active Query Builder?

What are the Metadata Providers for?

Metadata Providers are intended to link Active Query Builder to specific data access components. Their primary task is to execute the metadata retrieval queries sent by the component. The Metadata provider does not create database connectivity objects, but an instance of appropriate database connection object should be assigned to the Connection property of the metadata provider.

Read more: What are the Syntax and Metadata providers for?

Prerequisites:
  • Visual Studio 2012 or higher,
  • .NET Framework 4.0 or higher.
  • Active Query Builder 3 (any edition) installed on your hard drive.

How to use this repository?

  1. Clone this repository to your PC.
  2. Open the "MetadataProviders.sln" solution.
  3. Find the needed metadata provider project.
  4. Update the reference to the ActiveQueryBuilder.Core assembly with the version of Active Query Builder installed on your PC.
  5. Update the reference to appropriate DB Connector assembly for this metadata provider.
  6. Build your metadata provider assembly.

Some of the metadata providers refer to NuGet packages of appropriate DB Connector assemblies. In case of any problems with the packages, open the "Tools" - "NuGet Package Manager" - "Package Manager Console" menu item and install them by running the following command:

Install-Package <Name-of-DB-Connector-NuGet-package>

Have a question or want to leave feedback?

Welcome to the Active Query Builder Help Center! There you will find:

  • End-user's Guide,
  • Getting Started guides,
  • Knowledge Base,
  • Community Forum.

License

The source code of the metadata providers in this repository is covered by the Apache license 2.0.

active-query-builder-3-metadata-providers's People

Contributors

artemprosvirnin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.