次の方法で共有


RelationalComplexTypePrimitiveCollectionBuilderExtensions.HasColumnOrder メソッド

定義

オーバーロード

HasColumnOrder(ComplexTypePrimitiveCollectionBuilder, Nullable<Int32>)

プロパティがマップされる列の順序を構成します。

HasColumnOrder<TProperty>(ComplexTypePrimitiveCollectionBuilder<TProperty>, Nullable<Int32>)

プロパティがマップされる列の順序を構成します。

HasColumnOrder(ComplexTypePrimitiveCollectionBuilder, Nullable<Int32>)

プロパティがマップされる列の順序を構成します。

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder HasColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder primitiveCollectionBuilder, int? order);
static member HasColumnOrder : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder * Nullable<int> -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder
<Extension()>
Public Function HasColumnOrder (primitiveCollectionBuilder As ComplexTypePrimitiveCollectionBuilder, order As Nullable(Of Integer)) As ComplexTypePrimitiveCollectionBuilder

パラメーター

primitiveCollectionBuilder
ComplexTypePrimitiveCollectionBuilder

構成されているプロパティのビルダー。

order
Nullable<Int32>

列の順序。

戻り値

複数の呼び出しをチェーンできるように、同じビルダー インスタンス。

適用対象

HasColumnOrder<TProperty>(ComplexTypePrimitiveCollectionBuilder<TProperty>, Nullable<Int32>)

プロパティがマップされる列の順序を構成します。

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder<TProperty> HasColumnOrder<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder<TProperty> primitiveCollectionBuilder, int? order);
static member HasColumnOrder : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder<'Property> * Nullable<int> -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder<'Property>
<Extension()>
Public Function HasColumnOrder(Of TProperty) (primitiveCollectionBuilder As ComplexTypePrimitiveCollectionBuilder(Of TProperty), order As Nullable(Of Integer)) As ComplexTypePrimitiveCollectionBuilder(Of TProperty)

型パラメーター

TProperty

パラメーター

primitiveCollectionBuilder
ComplexTypePrimitiveCollectionBuilder<TProperty>

構成されているプロパティのビルダー。

order
Nullable<Int32>

列の順序。

戻り値

複数の呼び出しをチェーンできるように、同じビルダー インスタンス。

適用対象