Class TableTypeAttribute
Indicates that the class maps to a database table or view, but the mapping information is contained on a different .NET type.
Inheritance
System.Object
TableTypeAttribute
Namespace: Paradigm.ORM.Data.Attributes
Assembly: Paradigm.ORM.Data.dll
Syntax
public class TableTypeAttribute : Attribute
Constructors
| Improve this Doc View SourceTableTypeAttribute()
Initializes a new instance of the TableTypeAttribute class.
Declaration
public TableTypeAttribute()
TableTypeAttribute(Type)
Initializes a new instance of the TableTypeAttribute class.
Declaration
public TableTypeAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type. |
Properties
| Improve this Doc View SourceType
Gets or sets the type mapping.
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
Type |