LoadColumnNameAttribute 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.
Allow member to specify mapping to field(s) in database. To override name of IDataView column use ColumnNameAttribute.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class LoadColumnNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type LoadColumnNameAttribute = class
inherit Attribute
Public NotInheritable Class LoadColumnNameAttribute
Inherits Attribute
- Inheritance
-
LoadColumnNameAttribute
- Attributes
Constructors
LoadColumnNameAttribute(String) |
Maps member to specific field in database. |
LoadColumnNameAttribute(String[]) |
Maps member to set of fields in database. |