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)
Syntax
'Declaration
Sub Clear
'Usage
Dim instance As IModelSingleRelationship
instance.Clear()
void Clear()
void Clear()
function Clear()
.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<TRelating, TRelated> Interface