Overloads Function LoadWhere(Of T As {Class, New})( _ ByVal whereClause As String, _ ByVal parms As Dictionary(Of String,Object) _ ) As List(Of T)
Dim instance As IDataHelper Dim whereClause As String Dim parms As Dictionary(Of String,Object) Dim value As List(Of T) value = instance.LoadWhere(Of T)(whereClause, parms)
List<T> LoadWhere<T>( string whereClause, Dictionary<string,object> parms ) where T: class, new()
List<T*>* LoadWhere<T>( string* whereClause, Dictionary<string*,Object*>* parms ) where T: ref class, gcnew()
List<T^>^ LoadWheregeneric<typename T> ( String^ whereClause, Dictionary<String^,Object^>^ parms ) where T: ref class, gcnew()
Parameters
- whereClause
- The where clause
- parms
- The parameters to use for the where clause
Type Parameters
- T
- The entity type