C1.LiveLinq.AdoNet Namespace > AdoNetExtensions Class : IndexedField Method |
Overload | Description |
---|---|
IndexedField<T>(DataRow,Int32) | A hint to create and use an index on the specified data column. The hint has default action. |
IndexedField<T>(DataRow,DataColumn) | A hint to create and use an index on the specified data column. The hint has default action. |
IndexedField<T>(DataRow,String) | A hint to create and use an index on the specified data column. The hint has default action. |
IndexedField<T>(DataRow,Int32,IndexingHintAction) | A hint to create and use an index on the specified data column. The hint has specified action. |
IndexedField<T>(DataRow,DataColumn,IndexingHintAction) | A hint to create and use an index on the specified data column. The hint has specified action. |
IndexedField<T>(DataRow,String,IndexingHintAction) | A hint to create and use an index on the specified data column. The hint has specified action. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2