NoColumnAttribute クラス

定義

このメンバーを列として公開されていないとして IDataView マークします DataViewSchema

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class NoColumnAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type NoColumnAttribute = class
    inherit Attribute
Public NotInheritable Class NoColumnAttribute
Inherits Attribute
継承
NoColumnAttribute
属性

コンストラクター

NoColumnAttribute()

このメンバーを列として公開されていないとして IDataView マークします DataViewSchema

適用対象