Show / Hide Table of Contents

Class TableAttribute

Indicates that the class maps to a database table or view.

Inheritance
System.Object
TableAttribute
Namespace: Paradigm.ORM.Data.Attributes
Assembly: Paradigm.ORM.Data.dll
Syntax
public class TableAttribute : Attribute

Constructors

| Improve this Doc View Source

TableAttribute()

Initializes a new instance of the TableAttribute class.

Declaration
public TableAttribute()
| Improve this Doc View Source

TableAttribute(String)

Initializes a new instance of the TableAttribute class.

Declaration
public TableAttribute(string name)
Parameters
Type Name Description
System.String name

The name.

| Improve this Doc View Source

TableAttribute(String, String, String)

Initializes a new instance of the TableAttribute class.

Declaration
public TableAttribute(string catalog, string schema, string name)
Parameters
Type Name Description
System.String catalog

The database catalog.

System.String schema

The catalog schema.

System.String name

The schema table.

Properties

| Improve this Doc View Source

Catalog

Gets or sets the name of the catalog.

Declaration
public string Catalog { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the name of the table.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Schema

Gets or sets the name of the schema.

Declaration
public string Schema { get; set; }
Property Value
Type Description
System.String

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)
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.