DbColumn.ColumnOrdinal 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取数据源行中的列位置(序号);否则,如果未设置任何值,则为 null
。 在派生类中重写时,可设置为 int32
值(用于指定列位置)或 null
。
public: property Nullable<int> ColumnOrdinal { public:
Nullable<int> get(); protected:
void set(Nullable<int> value); };
public int? ColumnOrdinal { get; protected set; }
member this.ColumnOrdinal : Nullable<int> with get, set
Public Property ColumnOrdinal As Nullable(Of Integer)
属性值
表示列序号的 int32
值;否则,如果未设置任何值,则为空引用(在 Visual Basic 中为 Nothing
)。