DbSource

Use for fetch data from remote data provider’s like Sql-Server, Mongo, Sqlite ,WebAPI and expose to commands via Context.

1
2
3
<basis core="dbsource">
   [...]
</basis>

Important

The dbsource command inherit from Source Commands base class and at last must have a member tag.

Example

1# Create simple command

1
2
3
 <basis core="dbsource" source="basiscore" mid="19" name="db" lid="1" run="none">
     <member name="menu-project" type="tree" request="cat" parentid="0"></member>
 </basis>