Vincent Haubruge - 392 - Oct 17, 2014

Hello!

Can I specify a timeout for a sql request using this syntax  :

var ev = OrmLiteConfig.DialectProvider.SqlExpression<xxx>();
Db.Select(ev);

thank you,

Vincent

You can set CommandTimeout on OrmLiteConfig, see: http://stackoverflow.com/a/25911260/85785