1 override of Timeout
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
536public override int Timeout
1 write to Timeout
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
539set => _wrappedBatch.Timeout = value;
1 reference to Timeout
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
538get => _wrappedBatch.Timeout;