RelationalPropertyExtensions.IsFixedLength 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
IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier) |
Restituisce un flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe. |
IsFixedLength(IProperty, StoreObjectIdentifier) |
Restituisce un flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe. |
IsFixedLength(IProperty) |
Restituisce un flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe. |
IsFixedLength(IReadOnlyProperty) |
Restituisce un flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe. |
IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)
Restituisce un flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe.
public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)
Parametri
- property
- IReadOnlyProperty
Proprietà.
- storeObject
- StoreObjectIdentifier
Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.
Restituisce
Flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe.
Si applica a
IsFixedLength(IProperty, StoreObjectIdentifier)
Restituisce un flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe.
public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)
Parametri
- property
- IProperty
Proprietà.
- storeObject
- StoreObjectIdentifier
Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.
Restituisce
Flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe.
Si applica a
IsFixedLength(IProperty)
Restituisce un flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe.
public static bool IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (property As IProperty) As Boolean
<Extension()>
Public Function IsFixedLength (property As IProperty) As Nullable(Of Boolean)
Parametri
- property
- IProperty
Proprietà.
Restituisce
Flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe.
Si applica a
IsFixedLength(IReadOnlyProperty)
Restituisce un flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe.
public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (property As IReadOnlyProperty) As Nullable(Of Boolean)
Parametri
- property
- IReadOnlyProperty
Proprietà.
Restituisce
Flag che indica se la proprietà è in grado di archiviare solo dati a lunghezza fissa, ad esempio stringhe.