/
Assembly List
/ LJCDBClientLib
Data Service Client Library
The Data Service Client library contains classes for applications to
communicate with the Data Service
LJCDBServiceLib.DbService.
These classes can also be used to directly communicate with the Message
Data Access class
LJCDBDataAccessLib.DbDataAccess.
The Data Service Client library uses Data Definitions.These definitions
identify the available columns in the queried tables.The primary table
Data Definitions are created automatically when the Data Manager object
is created.
The Data Manager creates
LJCDBMessage.DbRequest
Objects that are serialized to Request XML messages.These Request XML
messages are sent to the Data Service.
The Data Service returns Result XML messages. These are formatted into
LJCDBMessage.DbResult
objects. The Result objects can be used to populate application Data
Objects.
The Object Manager is designed to work with application Data Objects.
Some of the class methods take a Data Object as a parameter and can
manipulate properties in the Data Object using Reflection.
Referenced Assemblies
LJCDBServiceLib
LJCGridDataLib
LJCDBDataAccess
LJCDBMessage
CipherLib
LJCDataAccess
LJCDataAccessConfig
LJCNetCommon
Runtime Required Assemblies
DataAccess
DataManager
Other Classes
12 Types
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.