Overload List

  Name Description
Public method Static member IndexedField<(Of <<'(T>)>>)(DataRow, DataColumn)
A hint to create and use an index on the specified data column. The hint has default action.
Public method Static member IndexedField<(Of <<'(T>)>>)(DataRow, Int32)
A hint to create and use an index on the specified data column. The hint has default action.
Public method Static member IndexedField<(Of <<'(T>)>>)(DataRow, String)
A hint to create and use an index on the specified data column. The hint has default action.
Public method Static member IndexedField<(Of <<'(T>)>>)(DataRow, DataColumn, IndexingHintAction)
A hint to create and use an index on the specified data column. The hint has specified action.
Public method Static member IndexedField<(Of <<'(T>)>>)(DataRow, Int32, IndexingHintAction)
A hint to create and use an index on the specified data column. The hint has specified action.
Public method Static member IndexedField<(Of <<'(T>)>>)(DataRow, String, IndexingHintAction)
A hint to create and use an index on the specified data column. The hint has specified action.

See Also