Persists the collection to the database.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Persist(
IDatabase db
)
Public Sub Persist (
db As IDatabase
)
Parameters
- db
- Type: NetQuarryIDatabase
A referece to the database that contains the xmt_text table
See Also