Show / Hide Table of Contents

Interface IColumnPropertyDescriptorCollection

Namespace: Paradigm.ORM.Data.Descriptors
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface IColumnPropertyDescriptorCollection

Properties

| Improve this Doc View Source

AllProperties

Gets a list of column property descriptors for all the properties.

Declaration
List<IColumnPropertyDescriptor> AllProperties { get; }
Property Value
Type Description
List<IColumnPropertyDescriptor>
| Improve this Doc View Source

Type

Gets the mapping type.

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

TypeName

Gets the name of the type.

Declaration
string TypeName { get; }
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.