1 write to Metadata
System.Data.Entity (1)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
242this.Metadata = stringValue;
4 references to Metadata
System.Data.Entity (1)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
203return this.Metadata;
System.Data.Services (1)
System\Data\Services\Caching\MetadataCache.cs (1)
129this.dataContextConnection = new EntityConnectionStringBuilder(connection.ConnectionString).Metadata;
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
523string originalMetadata = connStrBuilder.Metadata; 815if (String.IsNullOrEmpty(connStrBuilder.Metadata))