EdmSchemaAttribute Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the EdmSchemaAttribute class with a unique value for each model referenced by the assembly.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
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
Available since 3.5
Show: