This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
This attribute is used on public getter properties to override the default name or to make the property invisible to the DataTable in which it will be included.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
[(.Property|.Field, AllowMultiple = false)]
public sealed class DataTableColumnAttribute : 
Visual Basic (Declaration)Copy imageCopy Code
<(.Property Or .Field, AllowMultiple := False)> _
Public NotInheritable Class DataTableColumnAttribute _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Smartsite.Core..::..DataTableColumnAttribute

See Also

Advanced