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) |
Creates a new instance of the ReaderColumn class. |
ReaderColumn(Type, Boolean, String) |
Obsolete.
Creates a new instance of the ReaderColumn class. |
Properties
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, Object) |
Creates an instance of ReaderColumn<T>. |
Create(Type, Boolean, String, Object) |
Obsolete.
Creates an instance of ReaderColumn<T>. |
Applies to
Entity Framework