Class StoredAsAttribute
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
namestring
Properties
Name
The stored name.
public string Name { get; }