dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / IsFixedSize Property

In This Topic
IsFixedSize Property (MySqlConnectionStringBuilder)
In This Topic
Returns true.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsFixedSize As Boolean
 

Property Value

Always true.
Remarks
The value of this property is always true because connection string can consist of fixed number of keys.
See Also