Click or drag to resize
SQLiteDatabaseConnectionBuilderWithoutFunc Method
Returns a SQLiteDatabaseConnectionBuilder without the specified function.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public SQLiteDatabaseConnectionBuilder WithoutFunc(
	string name,
	int nArg
)

Parameters

name
Type: SystemString
The name of the function.
nArg
Type: SystemInt32
The arity of the function.

Return Value

Type: SQLiteDatabaseConnectionBuilder
A SQLiteDatabaseConnectionBuilder instance.
See Also