Skip to content

dudelis/k2-ado.net-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K2 ADO.NET Helper

Introduction

The current dynamic Service Broker provides functionality to enable various ADO.NET queries and return the list of items in a standard way. One of the frequent applications of the ServiceBroker can be:

  • populate listing controls and views (DropDowns, List Views, ListBoxes etc.) with distinct items;
  • refresh the populated Listing controls and hide the values, selected in another control (e.g. SELECT * FROM SMO WHERE Prop1 NOT IN(Val1, Val2...));
  • complex joins, which are enabled with ADO.NET queries;

For more details and detailed instruction on how to configure it, please, refer to the documentation below.

User Manual

Please, refer to the following links:

Disclaimer

The code is provided as is. If you want to contribute, please, read the Contribution Guidelines

License

This software is MIT. See License

About

This is a dynamic ServiceBroker, which can be used to wrap various ado.net queries and return the properties, specified in the Service Configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages