次の方法で共有


SqlServerDbFunctionsExtensions.DataLength メソッド

定義

オーバーロード

DataLength(DbFunctions, String)

式を表すために必要なバイト数を返します。

DataLength(DbFunctions, Nullable<TimeSpan>)

式を表すために必要なバイト数を返します。

DataLength(DbFunctions, Nullable<Guid>)

式を表すために必要なバイト数を返します。

DataLength(DbFunctions, Nullable<Double>)

式を表すために必要なバイト数を返します。

DataLength(DbFunctions, Nullable<DateTime>)

式を表すために必要なバイト数を返します。

DataLength(DbFunctions, Nullable<DateTimeOffset>)

式を表すために必要なバイト数を返します。

DataLength(DbFunctions, Nullable<Boolean>)

式を表すために必要なバイト数を返します。

DataLength(DbFunctions, Byte[])

式を表すために必要なバイト数を返します。

DataLength(DbFunctions, Nullable<Decimal>)

式を表すために必要なバイト数を返します。

DataLength(DbFunctions, String)

式を表すために必要なバイト数を返します。

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)

パラメーター

_
DbFunctions

DbFunctions のインスタンスです。

arg
String

データの長さの調査対象の値。

戻り値

入力された値のバイト数。

注釈

詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。

適用対象

DataLength(DbFunctions, Nullable<TimeSpan>)

式を表すために必要なバイト数を返します。

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)

パラメーター

_
DbFunctions

DbFunctions のインスタンスです。

arg
Nullable<TimeSpan>

データの長さの調査対象の値。

戻り値

入力された値のバイト数。

注釈

詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。

適用対象

DataLength(DbFunctions, Nullable<Guid>)

式を表すために必要なバイト数を返します。

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)

パラメーター

_
DbFunctions

DbFunctions のインスタンスです。

arg
Nullable<Guid>

データの長さの調査対象の値。

戻り値

入力された値のバイト数。

注釈

詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。

適用対象

DataLength(DbFunctions, Nullable<Double>)

式を表すために必要なバイト数を返します。

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)

パラメーター

_
DbFunctions

DbFunctions のインスタンスです。

arg
Nullable<Double>

データの長さの調査対象の値。

戻り値

入力された値のバイト数。

注釈

詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。

適用対象

DataLength(DbFunctions, Nullable<DateTime>)

式を表すために必要なバイト数を返します。

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)

パラメーター

_
DbFunctions

DbFunctions のインスタンスです。

arg
Nullable<DateTime>

データの長さの調査対象の値。

戻り値

入力された値のバイト数。

注釈

詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。

適用対象

DataLength(DbFunctions, Nullable<DateTimeOffset>)

式を表すために必要なバイト数を返します。

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)

パラメーター

_
DbFunctions

DbFunctions のインスタンスです。

arg
Nullable<DateTimeOffset>

データの長さの調査対象の値。

戻り値

入力された値のバイト数。

注釈

詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。

適用対象

DataLength(DbFunctions, Nullable<Boolean>)

式を表すために必要なバイト数を返します。

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)

パラメーター

_
DbFunctions

DbFunctions のインスタンスです。

arg
Nullable<Boolean>

データの長さの調査対象の値。

戻り値

入力された値のバイト数。

注釈

詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。

適用対象

DataLength(DbFunctions, Byte[])

式を表すために必要なバイト数を返します。

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)

パラメーター

_
DbFunctions

DbFunctions のインスタンスです。

arg
Byte[]

データの長さの調査対象の値。

戻り値

入力された値のバイト数。

注釈

詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。

適用対象

DataLength(DbFunctions, Nullable<Decimal>)

式を表すために必要なバイト数を返します。

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)

パラメーター

_
DbFunctions

DbFunctions のインスタンスです。

arg
Nullable<Decimal>

データの長さの調査対象の値。

戻り値

入力された値のバイト数。

注釈

詳細と例については、「データベース関数」および「EF Core を使用したデータベースのSQL ServerとAzure SQLへのアクセス」を参照してください。

適用対象