MetadataWorkspace
MaximumEdmVersionSupported
MetadataWorkspace()
MetadataWorkspace(IEnumerable<String>, IEnumerable<Assembly>)
ClearCache()
GetEdmSpaceType(StructuralType)
GetEntityContainer(String, DataSpace)
GetEntityContainer(String, Boolean, DataSpace)
GetFunctions(String, String, DataSpace)
GetFunctions(String, String, DataSpace, Boolean)
GetItem<T>(String, DataSpace)
GetItem<T>(String, Boolean, DataSpace)
GetItemCollection(DataSpace)
GetItems(DataSpace)
GetItems<T>(DataSpace)
GetObjectSpaceType(StructuralType)
GetPrimitiveTypes(DataSpace)
GetRequiredOriginalValueMembers(EntitySetBase, EntityTypeBase)
GetType(String, String, DataSpace)
GetType(String, String, Boolean, DataSpace)
LoadFromAssembly(Assembly)
RegisterItemCollection(ItemCollection)
TryGetEdmSpaceType(StructuralType, StructuralType)
TryGetEntityContainer(String, DataSpace, EntityContainer)
TryGetEntityContainer(String, Boolean, DataSpace, EntityContainer)
TryGetItem<T>(String, DataSpace, T)
TryGetItem<T>(String, Boolean, DataSpace, T)
TryGetItemCollection(DataSpace, ItemCollection)
TryGetObjectSpaceType(StructuralType, StructuralType)
TryGetType(String, String, DataSpace, EdmType)
TryGetType(String, String, Boolean, DataSpace, EdmType)
net35
namespace System.Data.Metadata.Edm
{
public sealed class MetadataWorkspace
{
public EdmType GetType(string name, string namespaceName, bool ignoreCase, DataSpace dataSpace);
}
}
.NET Framework | 3.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
---|---|
Information specific to net35 | |
Assembly | System.Data.Entity , Version=3.5.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API