NoColumnAttribute Class

Definition

Mark this member as not being exposed as a IDataView column in the 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
Inheritance
NoColumnAttribute
Attributes

Constructors

NoColumnAttribute()

Applies to