NPersistence Reference Guide
Create an instance of Query for executing a native SQL query.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
Query CreateNativeQuery(
	string sqlString,
	string resultSetMapping
)

Parameters

sqlString
String
a native SQL query string
resultSetMapping
String
the name of the result set mapping

Return Value

the new query instance

See Also