Click or drag to resize

SQLSelectIntoAddLiteral Method

Adds a literal value to the SELECT clause inserting into the specified column.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddLiteral(
	Object val,
	string destinationColumn,
	OleDbType dataType
)

Parameters

val
Type: SystemObject
The literal value to insert.
destinationColumn
Type: SystemString
The column into which to insert the value.
dataType
Type: System.Data.OleDbOleDbType
Thge datatype of the column.
See Also