SqlServerSharedTableConvention.AreCompatible Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
AreCompatible(IIndex, IIndex, StoreObjectIdentifier) |
Ottiene un valore che indica se due indici mappati allo stesso indice di tabella sono compatibili. |
AreCompatible(IKey, IKey, StoreObjectIdentifier) |
Ottiene un valore che indica se due chiavi mappate allo stesso vincolo sono compatibili. |
AreCompatible(IReadOnlyIndex, IReadOnlyIndex, StoreObjectIdentifier) |
Ottiene un valore che indica se due indici mappati allo stesso indice di tabella sono compatibili. |
AreCompatible(IReadOnlyKey, IReadOnlyKey, StoreObjectIdentifier) |
Ottiene un valore che indica se due chiavi mappate allo stesso vincolo sono compatibili. |
AreCompatible(IIndex, IIndex, StoreObjectIdentifier)
Ottiene un valore che indica se due indici mappati allo stesso indice di tabella sono compatibili.
protected override bool AreCompatible (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Metadata.IIndex duplicateIndex, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
override this.AreCompatible : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> bool
Protected Overrides Function AreCompatible (index As IIndex, duplicateIndex As IIndex, storeObject As StoreObjectIdentifier) As Boolean
Parametri
- index
- IIndex
Un indice.
- duplicateIndex
- IIndex
Un altro indice.
- storeObject
- StoreObjectIdentifier
Identificatore dell'oggetto store.
Restituisce
true
se compatibile
Si applica a
AreCompatible(IKey, IKey, StoreObjectIdentifier)
Ottiene un valore che indica se due chiavi mappate allo stesso vincolo sono compatibili.
protected override bool AreCompatible (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Metadata.IKey duplicateKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
override this.AreCompatible : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.IKey * StoreObjectIdentifier -> bool
Protected Overrides Function AreCompatible (key As IKey, duplicateKey As IKey, storeObject As StoreObjectIdentifier) As Boolean
Parametri
- key
- IKey
Una chiave.
- duplicateKey
- IKey
Un'altra chiave.
- storeObject
- StoreObjectIdentifier
Identificatore dell'oggetto store.
Restituisce
true
se compatibile
Si applica a
AreCompatible(IReadOnlyIndex, IReadOnlyIndex, StoreObjectIdentifier)
Ottiene un valore che indica se due indici mappati allo stesso indice di tabella sono compatibili.
protected override bool AreCompatible (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex duplicateIndex, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
override this.AreCompatible : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> bool
Protected Overrides Function AreCompatible (index As IReadOnlyIndex, duplicateIndex As IReadOnlyIndex, storeObject As StoreObjectIdentifier) As Boolean
Parametri
- index
- IReadOnlyIndex
Un indice.
- duplicateIndex
- IReadOnlyIndex
Un altro indice.
- storeObject
- StoreObjectIdentifier
Identificatore dell'oggetto store.
Restituisce
true
se compatibile
Si applica a
AreCompatible(IReadOnlyKey, IReadOnlyKey, StoreObjectIdentifier)
Ottiene un valore che indica se due chiavi mappate allo stesso vincolo sono compatibili.
protected override bool AreCompatible (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey duplicateKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
override this.AreCompatible : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey * Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey * StoreObjectIdentifier -> bool
Protected Overrides Function AreCompatible (key As IReadOnlyKey, duplicateKey As IReadOnlyKey, storeObject As StoreObjectIdentifier) As Boolean
Parametri
- key
- IReadOnlyKey
Una chiave.
- duplicateKey
- IReadOnlyKey
Un'altra chiave.
- storeObject
- StoreObjectIdentifier
Identificatore dell'oggetto store.
Restituisce
true
se compatibile