Método IModelSingleRelationship<TFrom, TTo>.RecreateRelationshipEntry (TTo)

Retorna uma nova entrada de relacionamento, apontando para um elemento especificado, ou substitui qualquer um existente.

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

Sintaxe

'Declaração
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

Parâmetros

  • element
    Tipo: TTo
    Especifica um elemento

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Retorna um IModelRelationshipEntry.

Segurança do .NET Framework

Consulte também

Referência

IModelSingleRelationship<TFrom, TTo> Interface

Sobrecargas RecreateRelationshipEntry

Namespace Microsoft.Data.Schema.SchemaModel