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
Public method CreateConstant(GraphReference) Creates a node with a key of type GraphReference. (Inherited from GraphStore.)
Public method CreateConstant(Identifier) Creates a node with a nullNothingnullptrunita null reference (Nothing in Visual Basic) key. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, Object) (Overrides GraphStore. . :: . .CreateConstant(Identifier, Object).)
Public method CreateConstant(Identifier, Boolean) Creates a node with a key of type Boolean. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, array<Byte> [] () [] []) Creates a node with a key of type Byte[]. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, Date) Creates a node with a key of type Date. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, DateTime) Creates a node with a key of type DateTime. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, DateTimeOffset) Creates a node with a key of type DateTimeOffset. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, Decimal) Creates a node with a key of type Decimal. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, Double) Creates a node with a key of type Double. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, Guid) Creates a node with a key of type Guid. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, Int32) Creates a node with a key of type Int32. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, Int64) Creates a node with a key of type Int64. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, String) Creates a node with a key of type String. (Inherited from GraphStore.)
Public method CreateConstant(Identifier, Time) Creates a node with a key of type Time. (Inherited from GraphStore.)

Top

See Also

Reference

DefaultGraphStore Class

DefaultGraphStore Members

System.Dataflow Namespace