Click or drag to resize

TableMappingColumn Constructor

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Column(
	PropertyInfo prop,
	CreateFlags createFlags = CreateFlags.None
)

Parameters

prop
Type: System.ReflectionPropertyInfo
createFlags (Optional)
Type: SQLiteCreateFlags
See Also