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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IModelSingleRelationship<TFrom, TTo> Interface