I'm interacting with Teradata through Entity Framework using the .NET Data Provider for Teradata. I've got some long running queries that require a longer-than-default timeout period, so I've been setting the ObjectContext.CommandTimeout property to cater for this. I'm wondering though if it's possible to set the command timeout in the connection string?
Forums: