16 references to GetMetadataWorkspace
System.Data.Entity (13)
System\Data\Common\Utils\CommandHelper.cs (1)
152
StoreItemCollection storeItemCollection = (StoreItemCollection)connection.
GetMetadataWorkspace
().GetItemCollection(DataSpace.SSpace);
System\Data\EntityClient\EntityCommand.cs (6)
580
Perspective perspective = (Perspective)new ModelPerspective(_connection.
GetMetadataWorkspace
());
612
resultTree = new DbFunctionCommandTree(this.Connection.
GetMetadataWorkspace
(), DataSpace.CSpace, function, null, queryParams);
632
MetadataWorkspace workspace = _connection.
GetMetadataWorkspace
();
640
return CommandHelper.FindFunctionImport(_connection.
GetMetadataWorkspace
(), containerName, functionImportName);
717
QueryCacheManager queryCacheManager = _connection.
GetMetadataWorkspace
().GetQueryCacheManager();
752
if (!_preparedCommandTree.MetadataWorkspace.IsMetadataWorkspaceCSCompatible(this.Connection.
GetMetadataWorkspace
()))
System\Data\EntityClient\EntityCommandDefinition.cs (1)
389
result = BridgeDataReader.Create(storeDataReader, columnMap, entityCommand.Connection.
GetMetadataWorkspace
(), GetNextResultColumnMaps(storeDataReader));
System\Data\EntityClient\EntityConnection.cs (1)
593
GetMetadataWorkspace
();
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (2)
377
MetadataWorkspace metadataWorkspace = connection.
GetMetadataWorkspace
();
663
DbQueryCommandTree umView = m_connection.
GetMetadataWorkspace
().GetCqtView(table);
System\Data\Objects\ObjectContext.cs (2)
1598
MetadataWorkspace connectionWorkspace = _connection.
GetMetadataWorkspace
();
3308
return (StoreItemCollection)entityConnection.
GetMetadataWorkspace
().GetItemCollection(DataSpace.SSpace);
System.Data.Services (1)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
738
MetadataWorkspace workspace = ((EntityConnection)this.ObjectContext.Connection).
GetMetadataWorkspace
();
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
66
MetadataWorkspace csWorkspace = ((EntityConnection)context.Connection).
GetMetadataWorkspace
();
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
402
_entityConnection.
GetMetadataWorkspace
().TryGetItemCollection(DataSpace.CSpace, out itemCollection);