Table of Contents

Class StoredAsAttribute

Namespace
eQuantic.Core.Data.Modeling
Assembly
eQuantic.Core.Data.dll

The member's stored name — a column (relational), a document field (MongoDB) — when the provider's naming convention does not fit.

[AttributeUsage(AttributeTargets.Property)]
public sealed class StoredAsAttribute : Attribute
Inheritance
StoredAsAttribute
Inherited Members

Constructors

StoredAsAttribute(string)

The member's stored name — a column (relational), a document field (MongoDB) — when the provider's naming convention does not fit.

public StoredAsAttribute(string name)

Parameters

name string

Properties

Name

The stored name.

public string Name { get; }

Property Value

string