Click or drag to resize
SQLiteStatementFunction Method

[Missing <summary> documentation for "M:Activsoft.Engine.Db.SQLite.SQLiteStatement.Function(System.String,System.Object[])"]

Namespace: Activsoft.Engine.Db.SQLite
Assembly: Activsoft.Engine.Db.SQLite (in Activsoft.Engine.Db.SQLite.dll) Version: 6.0.0.0
Syntax
public override SqlStatement Function(
	string name,
	params Object[] args
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Activsoft.Engine.Db.SQLite.SQLiteStatement.Function(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Activsoft.Engine.Db.SQLite.SQLiteStatement.Function(System.String,System.Object[])"]

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:Activsoft.Engine.Db.SQLite.SQLiteStatement.Function(System.String,System.Object[])"]

See Also