Public Overloads Function LoadWhere(Of TR As {Class, New})( _ ByVal whereClause As String, _ ByVal parms As Dictionary(Of String,Object) _ ) As List(Of TR)
Dim instance As BaseActiveRecord(Of T) Dim whereClause As String Dim parms As Dictionary(Of String,Object) Dim value As List(Of TR) value = instance.LoadWhere(Of TR)(whereClause, parms)
public List<TR> LoadWhere<TR>( string whereClause, Dictionary<string,object> parms ) where TR: class, new()
public: List<TR*>* LoadWhere<TR>( string* whereClause, Dictionary<string*,Object*>* parms ) where TR: ref class, gcnew()
public: List<TR^>^ LoadWheregeneric<typename TR> ( String^ whereClause, Dictionary<String^,Object^>^ parms ) where TR: ref class, gcnew()
Parameters
- whereClause
- parms
Type Parameters
- TR