Data
GPA Gemstone Library
The Gemstone Data Library organizes all Gemstone functionality related to database operations.
This library includes helpful data classes like the following:
- AdoDataConnection:
- Represents a database abstraction class for creating new IDbConnection instances from any specified or configured ADO.NET data source.
- TableOperations:
- Defines CRUD type database operations for a modeled table for any specified or configured ADO.NET data source. Supports multiple database types for the same model.
Among others.