Overloads Function LoadOne(Of T As {Class, New})( _ ByVal whereClause As String, _ ByVal parameters As Dictionary(Of String,Object), _ ByVal orderBy As String _ ) As T
Dim instance As IDataHelper Dim whereClause As String Dim parameters As Dictionary(Of String,Object) Dim orderBy As String Dim value As T value = instance.LoadOne(Of T)(whereClause, parameters, orderBy)
T LoadOne<T>( string whereClause, Dictionary<string,object> parameters, string orderBy ) where T: class, new()
T* LoadOne<T>( string* whereClause, Dictionary<string*,Object*>* parameters, string* orderBy ) where T: ref class, gcnew()
T^ LoadOnegeneric<typename T> ( String^ whereClause, Dictionary<String^,Object^>^ parameters, String^ orderBy ) where T: ref class, gcnew()
Parameters
- whereClause
- The where clause
- parameters
- Parameters for the where clause
- orderBy
- What to order by
Type Parameters
- T
- Generic class type