Click or drag to resize
SqlStatementAppend Method (Int32)

[Missing <summary> documentation for "M:Activsoft.Engine.Db.SqlStatement.Append(System.Int32)"]

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public SqlStatement Append(
	int c
)

Parameters

c
Type: SystemInt32

[Missing <param name="c"/> documentation for "M:Activsoft.Engine.Db.SqlStatement.Append(System.Int32)"]

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:Activsoft.Engine.Db.SqlStatement.Append(System.Int32)"]

See Also