Click or drag to resize

TextItemsPersist Method

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
)

Parameters

db
Type: NetQuarryIDatabase
A referece to the database that contains the xmt_text table
See Also