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
)
Public Sub AddLiteral (
val As Object,
destinationColumn As String,
dataType As OleDbType
)
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