SQL Helper icon

SQL Helper

Hot or Not
SQL Helper

Description

What is SQL Helper?

I’m sharing this with the world because we need another way to access data – don’t you think? Truthfully – I wanted to see if I could flex the C# stuff and run up data access with a single dll and signle line of functions.

Features

  • Fetch data with signle line of functions
  • Fetch data with custome column’s name
  • Fetch data with sorting
  • Fetch data with diffrent type of joins
  • Fetch data with paging
  • SQL error handling
  • Full dll source code – (You can customize as your own way)
  • Development time saving…

Demo Code

  • Select All Rows With All function

    dTable.All("TableName");
  • Fetch data with Select function

    dTable.Select("TableName");
    dTable.Select("TableName", "Columns");
    dTable.Select("TableName", "Columns", "Where");
    dTable.Select("TableName", "Columns", "Sort", "SortType");
    dTable.Select("TableName", "Columns", "Where", "Sort", "SortType");
    

    Select function is very usefull and it has five overload methods. All parameters description is above this function.

  • Fetch data with Where function

    dTable.Where("TableName", "Where");
    dTable.Where("TableName", "Where", "Columns");
    dTable.Where("TableName", "Where", "Columns", "Sort", "SortType");
    
  • Fetch data with OrderBy function

    dTable.OrderBy("TableName", "Sort", "SortType");
    dTable.OrderBy("TableName", "Sort", "SortType", "Columns");
    dTable.OrderBy("TableName", "Sort", "SortType", "Columns", "Where");
    
  • Fetch data with Paged function

    dTable.Paged("TableName", "PageIndex", "PageSize");
    dTable.Paged("TableName", "PageIndex", "PageSize", "Columns");
    dTable.Paged("TableName", "PageIndex", "PageSize", "Columns", , "Where");
    dTable.Paged("TableName", "PageIndex", "PageSize", "Columns", , "Where", "Sort", "SortType");
    

    You can fetch data with paging and you paging result will return with MyResult class. PageIndex you require to pass your current page index. which you require to show in list. PageSize pass your current page size.

Support

Once again, As I said at the beginning, I’d be glad to help you if you have any questions relating to this code. I’ll do my best to assist. If you have a more general question relating to the code on CodeCanyon, you might contact me at here. Thanks so much!.

For new features:

Though we will never discourage users from developing solutions that solve their needs, the goals of the SQL Helper are very focused. If you are looking to get new features merged back into the SQL Helper DLL, we highly encourage you to contact me at ajmerainfo@gmail.com or write comment on my CodeCanyon this product page.

Thanks.

hit counter

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.

Employee directory for Windows Phone icon

Employee directory for Windows Phone

Hot or Not
Employee directory for Windows Phone

Description

This is a Employee directory For Windows Phone 8.0,8.1. Windows phone Database application. Windows Phone CRUD Application.

This is A new Employee directory Apps. Employee directory is easy to access information of all employees. Using this apps user can make call, SMS, Email and so all. This is a Employee Database. User can Store information of all employees, edit and delete.

Full C# code , SQLite Database / Compact Database, and new

Feature

  1. You can add new Employee Info.
  2. Update all information
  3. Make Phone call , SMS , Email via this apps
  4. Search Employee by contact, Name ..
Live Demo

What You Get:

  • Full Windows Phone Apps Source Code.
  • Compact Data base 3.5
  • Full XAML and CS Code of Server Side.
  • User manual Document with Screen Shot.

Works with:

  • Windows Phone 8.1
  • Windows Phone 8
  • Windows Phone 7.5

Requirements:

  • Visual studio 2012 express for Windows Phone
  • Or Visual studio 2013
  • For Compact Data base 3.5 modification VS 2010

Support

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.