Knight Data Access Layer
ColumnName Property (Field)




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : ColumnName Property
The name of the column in the database
Syntax
Public Property ColumnName As String
Dim instance As Field
Dim value As String
 
instance.ColumnName = value
 
value = instance.ColumnName
public string ColumnName {get; set;}
public: __property string* get_ColumnName();
public: __property void set_ColumnName( 
   string* value
);
public:
property String^ ColumnName {
   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