Ninja Database Pro
ObjectQuery<T> Constructor



KellermanSoftware.NinjaDatabasePro Namespace > ObjectQuery<T> Class : ObjectQuery<T> Constructor
A list of primary keys for the type
Default Constructor
Syntax
Public Function New( _
   ByVal primaryKeys As List(Of Long), _
   ByVal ninjaDbPro As NinjaDbPro _
)
Dim primaryKeys As List(Of Long)
Dim ninjaDbPro As NinjaDbPro
 
Dim instance As New ObjectQuery(Of T)(primaryKeys, ninjaDbPro)
public ObjectQuery<T>( 
   List<long> primaryKeys,
   NinjaDbPro ninjaDbPro
)
public:
ObjectQuery<T>( 
   List<int64>^ primaryKeys,
   NinjaDbPro^ ninjaDbPro
)

Parameters

primaryKeys
A list of primary keys for the type
ninjaDbPro
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ObjectQuery<T> Class
ObjectQuery<T> Members