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 |
此屬性所對應之以零為基底的資料行順序。 |
TypeName |
此屬性所對應之資料行的資料庫提供者特有資料型別。 |