ormlite-servicestack Questions

0

Using parameterized queries seems to set the length of the parameter to the length of the value passed in. Doing something like: var person = Connection.Query<People>("select * from People ...
Lissa asked 22/10, 2012 at 14:15

1

Solved

I am new to LINQ and OrmLite/MySql. I have a service request argument that needs to result in a where clause: `Name` LIKE '%something%' OR `Name` LIKE '%something%else%' I know I can create an ...
Electrophone asked 16/10, 2012 at 19:8

1

Solved

I've been checking ServiceStack's documentation, but I haven't found a way to do many to many relationships with ServiceStack.OrmLite, is it supported? Is there a workaround (without writing raw sq...
Ruth asked 21/9, 2012 at 23:38

1

Solved

As per the Service Stack Ormlite documentation. I should generate the sql query in debug mode. But, I am not able to see those queries. Simple code private static readonly string DataDirLoc = E...
Hinda asked 17/7, 2012 at 21:11

© 2022 - 2024 — McMap. All rights reserved.