Knight Data Access Layer
Caption Property (Field)




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : Caption Property
The caption from the database or from the attribute
Syntax
Public Property Caption As String
Dim instance As Field
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
public string Caption {get; set;}
public: __property string* get_Caption();
public: __property void set_Caption( 
   string* value
);
public:
property String^ Caption {
   String^ get();
   void set (    String^ value);
}
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

Field Class
Field Members