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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework