Knight Data Access Layer
Ignoring Properties VB.NET
Basic Tasks VB.NET > Mapping > Ignoring Properties VB.NET

By default properties that are read only or write only or is not a supported type will automatically be ignored.  Class properties that you do not wish to save to a corresponding table in the database can be marked as ignored as an attribute.  In code, simply do not map the property to ignore it.

 

Example:

<IgnoreColumn>

Public Property CreditCardNumber() As String