IModelSingleRelationship<TRelating, TRelated>.Clear Method
Deletes the relationship entry if it existed.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
'Declaration
Sub Clear
'Usage
Dim instance As IModelSingleRelationship
instance.Clear()
void Clear()
void Clear()
function Clear()
- 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.
IModelSingleRelationship<TRelating, TRelated> Interface