ColumnAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティのマップ先のデータベース列を指定します。
[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 |
プロパティのマップ先の列が持つデータベース プロバイダー固有のデータ型。 |