Added SQL Regions and Fixed SQL Warps
This commit is contained in:
parent
6d531283fc
commit
16a90f3240
5 changed files with 271 additions and 101 deletions
|
|
@ -34,6 +34,7 @@ namespace TShockAPI.DB
|
|||
{
|
||||
return reader.Get<T>(reader.GetOrdinal(column));
|
||||
}
|
||||
|
||||
public static T Get<T>(this IDataReader reader, int column)
|
||||
{
|
||||
if (ReadFuncs.ContainsKey(typeof(T)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue