Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
マッピングされる送信先テーブルにおけるカラムの順序を取得または設定します。
Public Property DestinationOrdinal As Integer
public int DestinationOrdinal {get;set;}
マッピングされるカラムの送信先テーブルにおける順序を指定する整数。プロパティが設定されていない場合は -1。
DestinationColumn プロパティと DestinationOrdinal プロパティは、相互に排他的です。直前に設定された値が優先されます。
DestinationColumn プロパティを設定すると、DestinationOrdinal プロパティは -1 に設定されます。DestinationOrdinal プロパティを設定すると、DestinationColumn プロパティは null 参照 (Visual Basic の Nothing) に設定されます。