Mini SQL Query Extensibility Documentation
ProviderName Property
NamespacesMiniSqlQuery.CoreDbConnectionDefinitionProviderName
Gets or sets the name of the provider.
Declaration Syntax
C#Visual BasicVisual C++
public string ProviderName { get; set; }
Public Property ProviderName As String
public:
property String^ ProviderName {
	String^ get ();
	void set (String^ value);
}
Value
The name of the provider.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)