IModelSingleRelationship<TFrom, TTo>.RecreateRelationshipEntry Method (TTo)

Returns a new relationship entry pointing to a specified element, or replaces any existing one.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Function RecreateRelationshipEntry ( _
    element As TTo _
) As IModelRelationshipEntry
IModelRelationshipEntry RecreateRelationshipEntry(
    TTo element
)
IModelRelationshipEntry^ RecreateRelationshipEntry(
    TTo element
)
abstract RecreateRelationshipEntry : 
        element:'TTo -> IModelRelationshipEntry 
function RecreateRelationshipEntry(
    element : TTo
) : IModelRelationshipEntry

Parameters

  • element
    Type: TTo
    Specifies an element

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Returns a IModelRelationshipEntry.

.NET Framework Security

See Also

Reference

IModelSingleRelationship<TFrom, TTo> Interface

RecreateRelationshipEntry Overload

Microsoft.Data.Schema.SchemaModel Namespace