UsePool Property (C1SnowflakeConnectionStringBuilder)
In This Topic
TSpecifies whether or not pooling is requested for a given connection. Default is true/yes.
Syntax
'Declaration
Public Property UsePool As Boolean
public bool UsePool {get; set;}
See Also