Knight Data Access Layer
Columns Property




KellermanSoftware.NetDataAccessLayer Namespace > MappingException Class : Columns Property
A list of the columns that could not be mapped
Syntax
Public Property Columns As List(Of String)
Dim instance As MappingException
Dim value As List(Of String)
 
instance.Columns = value
 
value = instance.Columns
public List<string> Columns {get; set;}
public: __property List<string*>* get_Columns();
public: __property void set_Columns( 
   List<string*>* value
);
public:
property List<String^>^ Columns {
   List<String^>^ get();
   void set (    List<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

MappingException Class
MappingException Members