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.]

Creates a node with a specified key.

Overload List

  Name Description
Public method CreateConstant(GraphReference) Creates a node with a key of type GraphReference.
Public method CreateConstant(Identifier) Creates a node with a nullNothingnullptrunita null reference (Nothing in Visual Basic) key.
Public method CreateConstant(Identifier, Boolean) Creates a node with a key of type Boolean.
Public method CreateConstant(Identifier, array<Byte> [] () [] []) Creates a node with a key of type Byte[].
Public method CreateConstant(Identifier, Date) Creates a node with a key of type Date.
Public method CreateConstant(Identifier, DateTime) Creates a node with a key of type DateTime.
Public method CreateConstant(Identifier, DateTimeOffset) Creates a node with a key of type DateTimeOffset.
Public method CreateConstant(Identifier, Decimal) Creates a node with a key of type Decimal.
Public method CreateConstant(Identifier, Double) Creates a node with a key of type Double.
Public method CreateConstant(Identifier, Guid) Creates a node with a key of type Guid.
Public method CreateConstant(Identifier, Int32) Creates a node with a key of type Int32.
Public method CreateConstant(Identifier, Int64) Creates a node with a key of type Int64.
Public method CreateConstant(Identifier, Object) Creates a node with a key of type Object.
Public method CreateConstant(Identifier, String) Creates a node with a key of type String.
Public method CreateConstant(Identifier, Time) Creates a node with a key of type Time.

Top

See Also

Reference

GraphStore Class

GraphStore Members

System.Dataflow Namespace