Show / Hide Table of Contents

Interface IParameterPropertyDescriptor

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

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

Properties

| Improve this Doc View Source

DataType

Gets the type of the data.

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

IsInput

Gets a value indicating whether this property is input or output property.

Declaration
bool IsInput { get; }
Property Value
Type Description
System.Boolean

true if this property is an input property; otherwise, false.

| Improve this Doc View Source

MaxSize

Gets the maximum size.

Declaration
long MaxSize { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

NotNullableType

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

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

ParameterName

Gets the name of the column.

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

Precision

Gets the numeric precision.

Declaration
byte Precision { get; }
Property Value
Type Description
System.Byte
| 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 type of the data.

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

Scale

Gets the numeric scale.

Declaration
byte Scale { get; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

Type

Gets the property type.

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