This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
Gets the maximum time in seconds that a driver can wait
when attempting to log in to a database. -or- Sets the maximum time in seconds that a driver will wait
while attempting to connect to a database.
public static int LoginTimeout { [Android.Runtime.Register("getLoginTimeout", "()I", "")] get; [Android.Runtime.Register("setLoginTimeout", "(I)V", "")] set; }
[<get: Android.Runtime.Register("getLoginTimeout", "()I", "")>]
[<set: Android.Runtime.Register("setLoginTimeout", "(I)V", "")>]
member this.LoginTimeout : int with get, set
Property Value
Remarks
Property getter documentation:
Java documentation for
java.sql.DriverManager.getLoginTimeout()
.
Property setter documentation:
Java documentation for
java.sql.DriverManager.setLoginTimeout(int)
.
Portions of this page are modifications based on work created and shared by the
Android Open Source Project
and used according to terms described in the
Creative Commons 2.5 Attribution License.