Overload | Description |
---|---|
GetTypedList<T1,T2>(String,SqlParameter[]) | Get a list of typed classes from json for a type that implements Parse where T1 can be created using T2 as constructor parameter |
GetTypedList<T>(String,SqlParameter[]) | Get a list of typed classes from json for a type that implements Parse |