SqlServerDbFunctionsExtensions.DataLength 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
DataLength(DbFunctions, String) |
Restituisce il numero di byte usato per rappresentare qualsiasi espressione. |
DataLength(DbFunctions, Nullable<TimeSpan>) |
Restituisce il numero di byte usato per rappresentare qualsiasi espressione. |
DataLength(DbFunctions, Nullable<Guid>) |
Restituisce il numero di byte usato per rappresentare qualsiasi espressione. |
DataLength(DbFunctions, Nullable<Double>) |
Restituisce il numero di byte usato per rappresentare qualsiasi espressione. |
DataLength(DbFunctions, Nullable<DateTime>) |
Restituisce il numero di byte usato per rappresentare qualsiasi espressione. |
DataLength(DbFunctions, Nullable<DateTimeOffset>) |
Restituisce il numero di byte usato per rappresentare qualsiasi espressione. |
DataLength(DbFunctions, Nullable<Boolean>) |
Restituisce il numero di byte usato per rappresentare qualsiasi espressione. |
DataLength(DbFunctions, Byte[]) |
Restituisce il numero di byte usato per rappresentare qualsiasi espressione. |
DataLength(DbFunctions, Nullable<Decimal>) |
Restituisce il numero di byte usato per rappresentare qualsiasi espressione. |
DataLength(DbFunctions, String)
Restituisce il numero di byte usato per rappresentare qualsiasi espressione.
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, string arg);
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, string? arg);
static member DataLength : Microsoft.EntityFrameworkCore.DbFunctions * string -> Nullable<int>
<Extension()>
Public Function DataLength (_ As DbFunctions, arg As String) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
- arg
- String
Valore da esaminare per la lunghezza dei dati.
Restituisce
Numero di byte nel valore di input.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DataLength(DbFunctions, Nullable<TimeSpan>)
Restituisce il numero di byte usato per rappresentare qualsiasi espressione.
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, TimeSpan? arg);
static member DataLength : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<TimeSpan> -> Nullable<int>
<Extension()>
Public Function DataLength (_ As DbFunctions, arg As Nullable(Of TimeSpan)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di byte nel valore di input.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DataLength(DbFunctions, Nullable<Guid>)
Restituisce il numero di byte usato per rappresentare qualsiasi espressione.
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, Guid? arg);
static member DataLength : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<Guid> -> Nullable<int>
<Extension()>
Public Function DataLength (_ As DbFunctions, arg As Nullable(Of Guid)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di byte nel valore di input.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DataLength(DbFunctions, Nullable<Double>)
Restituisce il numero di byte usato per rappresentare qualsiasi espressione.
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, double? arg);
static member DataLength : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<double> -> Nullable<int>
<Extension()>
Public Function DataLength (_ As DbFunctions, arg As Nullable(Of Double)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di byte nel valore di input.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DataLength(DbFunctions, Nullable<DateTime>)
Restituisce il numero di byte usato per rappresentare qualsiasi espressione.
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTime? arg);
static member DataLength : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateTime> -> Nullable<int>
<Extension()>
Public Function DataLength (_ As DbFunctions, arg As Nullable(Of DateTime)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di byte nel valore di input.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DataLength(DbFunctions, Nullable<DateTimeOffset>)
Restituisce il numero di byte usato per rappresentare qualsiasi espressione.
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, DateTimeOffset? arg);
static member DataLength : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<DateTimeOffset> -> Nullable<int>
<Extension()>
Public Function DataLength (_ As DbFunctions, arg As Nullable(Of DateTimeOffset)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
- arg
- Nullable<DateTimeOffset>
Valore da esaminare per la lunghezza dei dati.
Restituisce
Numero di byte nel valore di input.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DataLength(DbFunctions, Nullable<Boolean>)
Restituisce il numero di byte usato per rappresentare qualsiasi espressione.
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, bool? arg);
static member DataLength : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<bool> -> Nullable<int>
<Extension()>
Public Function DataLength (_ As DbFunctions, arg As Nullable(Of Boolean)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di byte nel valore di input.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DataLength(DbFunctions, Byte[])
Restituisce il numero di byte usato per rappresentare qualsiasi espressione.
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, byte[] arg);
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, byte[]? arg);
static member DataLength : Microsoft.EntityFrameworkCore.DbFunctions * byte[] -> Nullable<int>
<Extension()>
Public Function DataLength (_ As DbFunctions, arg As Byte()) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
- arg
- Byte[]
Valore da esaminare per la lunghezza dei dati.
Restituisce
Numero di byte nel valore di input.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
DataLength(DbFunctions, Nullable<Decimal>)
Restituisce il numero di byte usato per rappresentare qualsiasi espressione.
public static int? DataLength (this Microsoft.EntityFrameworkCore.DbFunctions _, decimal? arg);
static member DataLength : Microsoft.EntityFrameworkCore.DbFunctions * Nullable<decimal> -> Nullable<int>
<Extension()>
Public Function DataLength (_ As DbFunctions, arg As Nullable(Of Decimal)) As Nullable(Of Integer)
Parametri
Istanza di DbFunctions.
Restituisce
Numero di byte nel valore di input.
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.