次の方法で共有


ColumnAttribute クラス

定義

プロパティのマップ先のデータベース列を指定します。

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")]
public class ColumnAttribute : Attribute
type ColumnAttribute = class
    inherit Attribute
Public Class ColumnAttribute
Inherits Attribute
継承
ColumnAttribute
属性

コンストラクター

ColumnAttribute()

ColumnAttribute クラスの新しいインスタンスを初期化します。

ColumnAttribute(String)

ColumnAttribute クラスの新しいインスタンスを初期化します。

プロパティ

Name

プロパティのマップ先の列の名前。

Order

プロパティのマップ先の列の順序を示す 0 から始まる番号。

TypeName

プロパティのマップ先の列が持つデータベース プロバイダー固有のデータ型。

適用対象