Creates an attribute with the entity type identifier defined
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public EntityAttribute(
string entityTypeIdentifier = null
) |
| Visual Basic |
|---|
Public Sub New (
Optional entityTypeIdentifier As String = Nothing
) |
| Visual C++ |
|---|
public:
EntityAttribute(
String^ entityTypeIdentifier = nullptr
) |
| F# |
|---|
new :
?entityTypeIdentifier : string
(* Defaults:
let _entityTypeIdentifier = defaultArg entityTypeIdentifier null
*)
-> EntityAttribute |
Parameters
- entityTypeIdentifier (Optional)
- Type: System..::..String
A URL or CURIE that specifies the type of the entity
See Also