Extending the Framework
POCO DataSet is intentionally designed to be lightweight, composable, and
extensible. This makes it easy for developers to adapt its behavior to match
their architecture, business requirements, or UI framework conventions. This
overview document explains the main extension points.
Primary Extension Areas
-
Custom DataTables with domain-specific semantics.
-
Custom row wrappers for enriched behavior or UI helpers.
-
Extension methods to extend DataSet, DataTable, or DataRow functionality.
-
Integration with higher-level architectures such as BPUA.
-
Dynamic UI generation powered by metadata.