Knight Data Access Layer
PropertyInfo Property




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : PropertyInfo Property
The PropertyInfo for a class property that matches the column in the database
Syntax
<XmlIgnoreAttribute()>
Public Property PropertyInfo As PropertyInfo
Dim instance As Field
Dim value As PropertyInfo
 
instance.PropertyInfo = value
 
value = instance.PropertyInfo
[XmlIgnore()]
public PropertyInfo PropertyInfo {get; set;}
[XmlIgnore()]
public: __property PropertyInfo* get_PropertyInfo();
public: __property void set_PropertyInfo( 
   PropertyInfo* value
);
[XmlIgnore()]
public:
property PropertyInfo^ PropertyInfo {
   PropertyInfo^ get();
   void set (    PropertyInfo^ 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