'宣言 Public Overloads Shared Function IndexedField(Of T)( _ ByVal row As System.Data.DataRow, _ ByVal column As System.Data.DataColumn, _ ByVal action As IndexingHintAction _ ) As T
public static T IndexedField<T>( System.Data.DataRow row, System.Data.DataColumn column, IndexingHintAction action )
var query = from c in customersTable where c.IndexedField<string>(customerColumn, IndexingHintAction.Mandatory) == "ALFKI" select c;
AdoNetExtensions クラス AdoNetExtensions メンバ オーバーロード一覧