Show / Hide Table of Contents

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 Source

TableTypeAttribute()

Initializes a new instance of the TableTypeAttribute class.

Declaration
public TableTypeAttribute()
| Improve this Doc View Source

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 Source

Type

Gets or sets the type mapping.

Declaration
public Type Type { get; set; }
Property Value
Type Description
Type

Extension Methods

ObjectExtensions.ThrowIfFails<TException>(Object, Action, String)
ObjectExtensions.ThrowIfFails<TException, TResult>(Object, Func<TResult>, String)
ObjectExtensions.ThrowIfFailsAsync<TException>(Object, Func<Task>, String)
ObjectExtensions.ThrowIfFailsAsync<TException, TResult>(Object, Func<Task<TResult>>, String)

See Also

TableAttribute
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.