Show / Hide Table of Contents

Class ColumnAttribute

Indicates that the property maps to a database column.

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

Constructors

| Improve this Doc View Source

ColumnAttribute()

Initializes a new instance of the ColumnAttribute class.

Declaration
public ColumnAttribute()
| Improve this Doc View Source

ColumnAttribute(String, String)

Initializes a new instance of the ColumnAttribute class.

Declaration
public ColumnAttribute(string name, string type)
Parameters
Type Name Description
System.String name

The name of the column.

System.String type

The type of the column.

Properties

| Improve this Doc View Source

Name

Gets or sets the name of the column.

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

Type

Gets or sets the type of the column.

Declaration
public string Type { 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.