开发者

BLToolkit custom data provider

Is there any examples of custom data provider for BLToolkit?

I need MongoDB provider and InMemory data provider. For example, I 开发者_JS百科am reading some records from xml or files, and need to show them through BLToolkit selections and queries.


You can find the current implementations of the supplied providers here and the official MongoDB Driver for C# here.

Writing a full provider will get fairly complicated as Bltoolkit's api isn't really designed around non-relational data management, but for the basic CRUD operations that your question implies, this will suffice.

HTH

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜