Public Function CreateObjectQuery(Of T As {Class, New})() As ObjectQuery(Of T)
Dim instance As NinjaDbPro Dim value As ObjectQuery(Of T) value = instance.CreateObjectQuery(Of T)()
public ObjectQuery<T> CreateObjectQuery<T>() where T: class, new()
public: ObjectQuery<T^>^ CreateObjectQuerygeneric<typename T> (); where T: ref class, gcnew()
Type Parameters
- T