EdmSchemaAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EdmSchemaAttribute class.
Overloads
EdmSchemaAttribute() |
Initializes a new instance of the EdmSchemaAttribute class. |
EdmSchemaAttribute(String) |
Initializes a new instance of the EdmSchemaAttribute class with a unique value for each model referenced by the assembly. |
EdmSchemaAttribute()
Initializes a new instance of the EdmSchemaAttribute class.
public:
EdmSchemaAttribute();
public EdmSchemaAttribute ();
Public Sub New ()
See also
Applies to
EdmSchemaAttribute(String)
Initializes a new instance of the EdmSchemaAttribute class with a unique value for each model referenced by the assembly.
public:
EdmSchemaAttribute(System::String ^ assemblyGuid);
public EdmSchemaAttribute (string assemblyGuid);
new System.Data.Objects.DataClasses.EdmSchemaAttribute : string -> System.Data.Objects.DataClasses.EdmSchemaAttribute
Public Sub New (assemblyGuid As String)
Parameters
- assemblyGuid
- String
A string that is a unique GUID value for the model in the assembly.
Remarks
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.