ConnectionStringConfiguratorIsThis Method |
Namespace: SphinxConnector.FluentApi
| Exception | Condition |
|---|---|
| ArgumentNullException | Occurs when the provided string is null. |
| ArgumentException | Occurs when the provided string is empty. |
| InvalidOperationException | Occurs in case the connection string has already been set. |
IFulltextStore fulltextStore = new FulltextStore().Initialize(); fulltextStore.ConnectionString.IsThis("datasource=192.168.105;port=9306");