Click or drag to resize

TableMapping Constructor

Initializes a new instance of the TableMapping class

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TableMapping(
	Type type,
	CreateFlags createFlags = CreateFlags.None
)

Parameters

type
Type: SystemType
createFlags (Optional)
Type: Unvired.Kernel.SQLiteCreateFlags
See Also