ReaderColumn Class
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.
An expected column in the relational data reader.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public abstract class ReaderColumn
type ReaderColumn = class
Public MustInherit Class ReaderColumn
- Inheritance
-
ReaderColumn
- Derived
Remarks
See Implementation of database providers and extensions for more information and examples.
Constructors
ReaderColumn(Type, Boolean, String, IPropertyBase, LambdaExpression) |
Creates a new instance of the ReaderColumn class. |
ReaderColumn(Type, Boolean, String, IPropertyBase) |
Creates a new instance of the ReaderColumn class. |
ReaderColumn(Type, Boolean, String) |
Obsolete.
Creates a new instance of the ReaderColumn class. |
Properties
GetFieldValueExpression |
A lambda expression to get field value for the column from the reader. |
IsNullable |
A value indicating if the column is nullable. |
Name |
The name of the column. |
Property |
The property being read if any, null otherwise. |
Type |
The CLR type of the column. |
Methods
Create(Type, Boolean, String, IPropertyBase, LambdaExpression) |
Creates an instance of ReaderColumn<T>. |
Create(Type, Boolean, String, IPropertyBase, Object) |
Creates an instance of ReaderColumn<T>. |
Create(Type, Boolean, String, Object) |
Obsolete.
Creates an instance of ReaderColumn<T>. |
GetConstructor(Type) |
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release. |