DependentToPrincipalIncludeComparer<TKey>
DependentToPrincipalIncludeComparer(Of TKey)
Class
Definition
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public class DependentToPrincipalIncludeComparer<TKey> : IIncludeKeyComparer
Public Class DependentToPrincipalIncludeComparer(Of TKey)
Implements IIncludeKeyComparer
Type Parameters
- TKey
- Inheritance
-
System.ObjectSystem.ObjectDependentToPrincipalIncludeComparer<TKey>DependentToPrincipalIncludeComparer(Of TKey)
- Implements
Constructors
DependentToPrincipalIncludeComparer(TKey, IPrincipalKeyValueFactory)
DependentToPrincipalIncludeComparer(TKey, IPrincipalKeyValueFactory(Of TKey))
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public DependentToPrincipalIncludeComparer(TKey dependentKeyValue, IPrincipalKeyValueFactory<TKey> principalKeyValueFactory)
Public Sub New(dependentKeyValue As TKey, principalKeyValueFactory As IPrincipalKeyValueFactory(Of TKey))
Parameters
- dependentKeyValue
- TKey TKey
- principalKeyValueFactory
- IPrincipalKeyValueFactory<TKey> IPrincipalKeyValueFactory(Of TKey)
Methods
ShouldInclude(ValueBuffer) ShouldInclude(ValueBuffer)
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public virtual bool ShouldInclude(ValueBuffer valueBuffer)
Public Overridable Function ShouldInclude(valueBuffer As ValueBuffer) As Boolean
Parameters
- valueBuffer
- ValueBuffer ValueBuffer
Returns
System.Boolean
System.Boolean