Knight Data Access Layer
KellermanSoftware.NetDataAccessLayer.Attributes Namespace
Inheritance Hierarchy
Attributes that are used as an option to map properties that are named differently than database columns.  See the Basic Tasks Mapping Topic.
Classes
 ClassDescription
Class The caption for this property. The caption is used in validation messages.
Class Decorate on a child list for a one to many relationship
Class Holds information about the index for a column
Class Defines a mapping of the property to a database column.
Class Indicates that this property is part of a composite key
Class Decorate a class property with this attribute to save into the same table
Class The default value for this property. See also SetDefaults
Class Ignore this class when performing a database Setup() or SynchronizeNamespace()
Class Ignore this property when mapping or performing database operations
Class If true, this property is nullable
Class Decorate on a parent property to indicate a many to one relationship
Class This property is the primary key
Class Create an index on multiple columns for a table
Class Defines the name of the physical table that represents rows of this object.
Class If true, this property is unique
Enumerations
 EnumerationDescription
Enumeration The type of the primarykey
See Also

Reference

KellermanSoftware.NET-Data-Access-Layer Assembly