Click or drag to resize

ImportExportCsvImportFromCSV Method

Restores database files, pages and objects from a .csv file data created with ExportToCSV

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static void ImportFromCSV(
	this SessionBase session,
	string csvDirectory
)

Parameters

session
Type: VelocityDb.SessionSessionBase
the active session
csvDirectory
Type: SystemString
Path to directory containing CSV files

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SessionBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also