DbSetProperty Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A struct representing facets of DbSet<TEntity> property defined on DbContext derived type.
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct DbSetProperty
[<System.Runtime.CompilerServices.IsReadOnly>]
type DbSetProperty = struct
Public Structure DbSetProperty
- Inheritance
-
DbSetProperty
- Attributes
Constructors
DbSetProperty(String, Type, IClrPropertySetter) |
Initializes new DbSetProperty with given values. |
Properties
ClrType |
Obsolete.
Gets the clr type of entity type this DbSet property represent. |
Name |
Gets the name of this DbSet property. |
Setter |
The property setter for this DbSet property. |
Type |
Gets the clr type of entity type this DbSet property represent. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework