Show / Hide Table of Contents

Interface IColumnPropertyDescriptor

Provides an interface to describe the mapping relationship between a column and a property.

Inherited Members
IColumnDescriptor.ColumnName
IColumnDescriptor.DataType
IColumnDescriptor.MaxSize
IColumnDescriptor.Precision
IColumnDescriptor.Scale
IColumnDescriptor.IsPrimaryKey
IColumnDescriptor.IsIdentity
IColumnDescriptor.IsForeignKey
IColumnDescriptor.IsUniqueKey
Namespace: Paradigm.ORM.Data.Descriptors
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface IColumnPropertyDescriptor : IColumnDescriptor

Properties

| Improve this Doc View Source

NotNullablePropertyType

Gets the inner type of the property if the property is nullable; will be the same as PropertyType if Type is not nullable.

Declaration
Type NotNullablePropertyType { get; }
Property Value
Type Description
Type
| Improve this Doc View Source

PropertyInfo

Gets the property information.

Declaration
PropertyInfo PropertyInfo { get; }
Property Value
Type Description
PropertyInfo
| Improve this Doc View Source

PropertyName

Gets the name of the property.

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

PropertyType

Gets the property type.

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