Click or drag to resize

SQLiteConnectionCreateIndexT Method (ExpressionFuncT, Object, Boolean)

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void CreateIndex<T>(
	Expression<Func<T, Object>> property,
	bool unique = false
)

Parameters

property
Type: System.Linq.ExpressionsExpressionFuncT, Object
unique (Optional)
Type: SystemBoolean

Type Parameters

T
See Also