Click or drag to resize

ICommenceDatabaseExportDatabaseSchema Method

Exports the schema information to file. Defaults to Json.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
void ExportDatabaseSchema(
	string fileName,
	MetaDataOptions options = null
)

Parameters

fileName
Type: SystemString
Fully qualified filename.
options (Optional)
Type: Vovin.CmcLibNet.Database.MetadataMetaDataOptions
MetaDataOptions
See Also