Table of Contents

Class ScalarPropertyMapping

Namespace
Z.EntityFramework.Extensions.Core.Mapping
Assembly
Z.EntityFramework.Extensions.dll

A scalar property mapping.

public class ScalarPropertyMapping
Inheritance
ScalarPropertyMapping
Inherited Members

Constructors

ScalarPropertyMapping()

public ScalarPropertyMapping()

Properties

ColumnName

Please visit the Microsoft documentation for more detail.

public string ColumnName { get; set; }

Property Value

string

The name of the column.

Name

Please visit the Microsoft documentation for more detail.

public string Name { get; set; }

Property Value

string

The name.

ParameterName

Please visit the Microsoft documentation for more detail.

public string ParameterName { get; set; }

Property Value

string

The name of the column.