0
kicks
Typed DataSet : TableAdapter CommandTimeout
If you want to set CommandTimeout for Typed dataset's TableAdapter there is no public property exposed.You could still either extend the partial TableAdapter class or modify the existing designer generated code to modify CommandTimeout behaviour.