PocoDataSet.Extensions Library
The PocoDataSet.Extensions library provides a comprehensive set of extension methods and
helper components built on top of the core POCO DataSet interfaces. Its purpose is to make
IDataSet, IDataTable, and IDataRow easier to construct, transform,
synchronize, and consume in real-world, metadata-driven applications.
This library intentionally keeps the core data model small and stable, while layering higher-level behavior—such as merge strategies, POCO integration, schema helpers, and value conversion—into a separate, opt-in assembly.
AsInterface return live proxies,
while methods like ToPoco return detached copies.
IMergeOptions.
Use PocoDataSet.Extensions whenever you need more than raw data containers:
when building dynamic UIs, mapping between transport and domain models, synchronizing client / server state,
or implementing metadata-driven workflows. The extensions keep higher-level application code focused on
intent rather than low-level data manipulation.
Table of Content POCO DataSet API References
Business Process Programming in .Net
© 2004–2026 Laskarzhevsky Software Inc.
Unless otherwise noted, the content of this website is licensed under the
Creative Commons Attribution 4.0 International License (CC BY 4.0).
Code examples are provided under the MIT License.
You are free to share and adapt the material provided that appropriate
credit is given and any modifications are clearly indicated.
The information provided on this website is for educational purposes only.
The author and publisher make no warranties regarding the completeness
or suitability of the information and are not responsible for any damages
resulting from its use.