Knight Data Access Layer
CaptionAttribute Constructor




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > CaptionAttribute Class : CaptionAttribute Constructor
The caption of the column.
Defines the caption for this column
Syntax
Public Function New( _
   ByVal caption As String _
)
Dim caption As String
 
Dim instance As New CaptionAttribute(caption)
public CaptionAttribute( 
   string caption
)
public: CaptionAttribute( 
   string* caption
)
public:
CaptionAttribute( 
   String^ caption
)

Parameters

caption
The caption of the column.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CaptionAttribute Class
CaptionAttribute Members