Namespace - LJCDataAccess
Syntax
C# |
public class MySqlDataAccess
|
Implements an ADO.NET MySQL data access control layer.
Public Methods
#ctor
|
Initializes an object instance.
|
ExecuteNonQuery
|
Executes an Insert, Update or Delete statement.
|
GetDataReader
|
Executes a Select statement and retrieves the
MySqlDataReader
object.
|
GetDataSet
|
Executes a Select statement and retrieves the
DataSet object.
|
GetDataTable
|
Executes a Select statement and retrieves the
DataTable
object.
|
GetDataTableFromReader
|
Executes a Select statement and retrieves the
DataTable object.
|
GetProcedureDataTable
|
Executes a Stored Procedure and retrieves the
DataTable
object.
|
GetSchemaOnly
|
Retrieves the
DataTable
object with schema only.
|
8 Methods
Private Methods
FillDataTable
|
Executes a Select statement and fills the specified
DataTable.
|
1 Methods
Properties
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.