NoColumnAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |