NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Create an instance of Query for executing
a native SQL query.
Namespace: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
Query CreateNativeQuery( string sqlString, Type resultClass )
Parameters
- sqlString
- String
a native SQL query string
- resultClass
- Type
the class of the resulting instance(s)