Sylloge
A C# helper library
Classes | Enumerations
Package Sylloge.Data

Classes

class  Database
 Provides base functionality to connect to and manipulate OLEDB or ODBC databases. More...
class  OleDb
 Provides functionality to connecto to and manipulate OLEDB database types. More...
class  Odbc
 Provides functionality to connecto to and manipulate ODBC database types. More...
class  Excel
 A static class to connect to an Excel file and get data from it. Connecting to an Excel file is similar to connecting to an ADO database.
class  Imaging
 Provides some basic helper functions for images.
class  ISO639_2
 Defines code page types based on the ISO-639-2 standard. http://www.loc.gov/standards/iso639-2/php/code_list.php. More...

Enumerations

enum  DatabaseType { ODBC, OLEDB }
 Defines the underlying database connection type. More...

Detailed Description

<copyright file="Database.cs" company="Zeriph Enterprises"> Copyright (c) 2007-2013, Zeriph Enterprises

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

PERMISSION TO USE, COPY, MODIFY, AND/OR DISTRIBUTE THIS SOFTWARE FOR ANY PURPOSE WITH OR WITHOUT FEE IS HEREBY GRANTED, PROVIDED THAT THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE APPEAR IN ALL COPIES. </copyright>


Enumeration Type Documentation

Defines the underlying database connection type.

Enumerator:
ODBC 

Defines the ODBC connection type.

OLEDB 

Defines the OLEDB connection type.

Definition at line 23 of file Database.cs.

 All Classes Namespaces Files Functions Variables Enumerations Properties Events