Table of Contents

Interface IColumnOrdinalPlan

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Exposes the single database column read by a plan.

public interface IColumnOrdinalPlan
Extension Methods

Properties

ColumnOrdinal

The zero-based result-column ordinal.

int ColumnOrdinal { get; }

Property Value

int