Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EdmSchemaAttribute Constructor (String^)

 

Initializes a new instance of the EdmSchemaAttribute class with a unique value for each model referenced by the assembly.

Namespace:   System.Data.Objects.DataClasses
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
EdmSchemaAttribute(
	String^ assemblyGuid
)

Parameters

assemblyGuid
Type: System::String^

A string that is a unique GUID value for the model in the assembly.

Use this constructor to supply a GUID string value that is unique for each conceptual model referenced by the same assembly. Do this when EdmSchemaAttribute is applied multiple times to a single assembly in a Visual Basic project.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft