MySqlConnectionStringBuilder.FabricScope Property

MySQL Connector/Net

MySqlConnectionStringBuilderFabricScope Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public Nullable<int> FabricScope { get; }
Public ReadOnly Property FabricScope As Nullable(Of Integer)
	Get
public:
property Nullable<int> FabricScope {
	Nullable<int> get ();
}
member FabricScope : Nullable<int> with get

Property Value

Type: NullableInt32
See Also