ModelComparisonFilter.IsRelationshipClassExcluded Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function IsRelationshipClassExcluded ( _
relationshipClass As ModelRelationshipClass _
) As Boolean
public bool IsRelationshipClassExcluded(
ModelRelationshipClass relationshipClass
)
public:
bool IsRelationshipClassExcluded(
ModelRelationshipClass^ relationshipClass
)
member IsRelationshipClassExcluded :
relationshipClass:ModelRelationshipClass -> bool
public function IsRelationshipClassExcluded(
relationshipClass : ModelRelationshipClass
) : boolean
Parameters
- relationshipClass
Type: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
Return Value
Type: System.Boolean
.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.