CreateConstant Method
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Overload List
Name | Description | |
---|---|---|
![]() |
CreateConstant(GraphReference) | Creates a node with a key of type GraphReference. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier) | Creates a node with a nullNothingnullptrunita null reference (Nothing in Visual Basic) key. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, Object) | (Overrides GraphStore. . :: . .CreateConstant(Identifier, Object).) |
![]() |
CreateConstant(Identifier, Boolean) | Creates a node with a key of type Boolean. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, array<Byte> [] () [] []) | Creates a node with a key of type Byte[]. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, Date) | Creates a node with a key of type Date. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, DateTime) | Creates a node with a key of type DateTime. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, DateTimeOffset) | Creates a node with a key of type DateTimeOffset. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, Decimal) | Creates a node with a key of type Decimal. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, Double) | Creates a node with a key of type Double. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, Guid) | Creates a node with a key of type Guid. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, Int32) | Creates a node with a key of type Int32. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, Int64) | Creates a node with a key of type Int64. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, String) | Creates a node with a key of type String. (Inherited from GraphStore.) |
![]() |
CreateConstant(Identifier, Time) | Creates a node with a key of type Time. (Inherited from GraphStore.) |
Top