PropertiesPersist Method (IDatabase) |
Persist each property marked as PropAttrEnum.persist to the xmt_properties table
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
The database to which to persist.
See Also