1 write to Provider
System.Data.Entity (1)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
254this.Provider = stringValue;
3 references to Provider
System.Data.Entity (1)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
215return this.Provider;
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
977if (!string.IsNullOrEmpty(connStrBuilder.Provider)) 982factory = DbProviderFactories.GetFactory(connStrBuilder.Provider);