potential rewrite of DAM to be single non-generic instance
This commit is contained in:
@ -37,5 +37,11 @@ namespace COA.EnterpriseServices.DataAccess.QuickBase
|
||||
// we'll never get data from QB
|
||||
return null;
|
||||
}
|
||||
|
||||
public ICollection<T> Raw(string command, params object[] parameters)
|
||||
{
|
||||
// not supported
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user