/ Assembly List / LJCDBClientLib / SQLManager

Namespace - LJCDBClientLib


Syntax

C#
public class SQLManager

Provides SQL data manipulation methods.

Public Methods
#ctor Initializes an object instance.
Add Adds a record to the database.
Delete Deletes the records with the specified key values.
GetDataTable Gets a DataTable object.
MapNames Maps the column property and rename values.
Reset Resets the data access configuration.
SetLookupColumns Adds the lookup column names.
Update Updates the record.
8 Methods

Properties
AffectedCount Gets or sets the non-select affected record count.
BaseDefinition Gets the base data definition columns collection.
DataConfigName Gets or sets the data configuration name.
DataDefinition Gets the data definition columns collection.
DbAssignedColumns Gets or sets the Database assigned columns.
LookupColumnNames Gets or sets the LookupColumn names.
SchemaName The Schema name.
SQLStatement Gets or sets the last SQL statement.
TableName The primary table name.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.