I guess you are referring to this thread: Migrating Data Abstract Delphi Server to .net console Server
The code sample in your post will leak DB connections in .NET
The rest is probable possible to implement by writing extension methods to emulate Delphi API
Also IDADataset
type has no direct counterpart in .NET because Data Abstract for .NET uses native .NET DataTable and DataSet types instead