Namespace Paradigm.ORM.Data.Attributes
Classes
ColumnAttribute
Indicates that the property maps to a database column.
ForeignKeyAttribute
Indicates that the property is part of a database foreign key.
IdentityAttribute
Indicates that the property is the identity of the table.
NavigationAttribute
Indicates that the property is "navigates" to another type.
NotNullableAttribute
Indicates that the property maps to a value that is not nullable.
NumericAttribute
Indicates that the property maps to a numeric database column.
ParameterAttribute
Indicates that the property maps to a stored procedure parameter.
PrimaryKeyAttribute
Indicates that the property maps to a primary key column.
RangeAttribute
Indicates that the property maps to a column with a max and minimum values.
RoutineAttribute
Indicates that the class maps to a database routine.
RoutineResultAttribute
Indicates that the class maps to a routine, and returns specific classes as a result of the execution of the routine.
RoutineTypeAttribute
Indicates that the class maps to a database Routine, but the mapping information is contained on a different .NET type.
SizeAttribute
Indicates that the property maps to a column with a maximum size.
StoredProcedureTypeAttribute
Indicates what type of the stored procedure the class is.
TableAttribute
Indicates that the class maps to a database table or view.
TableTypeAttribute
Indicates that the class maps to a database table or view, but the mapping information is contained on a different .NET type.
UniqueKeyAttribute
Indicates that the property is part of a database unique key.