Skip to content

Why is ColumnAttribute's ordinal parameter a string? #132

Closed
@KrzysztofCwalina

Description

@KrzysztofCwalina

Why is the ctor:

public ColumnAttribute(string ordinal, string name = null);

As opposed to:

public ColumnAttribute(int ordinal, string name = null);

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions