C# Class Microsoft.EntityFrameworkCore.Metadata.Internal.ClrPropertyGetterFactory

This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
Inheritance: ClrAccessorFactory
Exibir arquivo Open project: lodejard/AllNetCore Class Usage Examples

Public Methods

Method Description
Create ( PropertyInfo property ) : IClrPropertyGetter

Method Details

Create() public method

public Create ( PropertyInfo property ) : IClrPropertyGetter
property PropertyInfo
return IClrPropertyGetter