Home
last modified time | relevance | path

Searched refs:CreateIndexMap (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/ProviderBase/
H A DSchemaMapping.cs504 private int[] CreateIndexMap(int count, int index) in CreateIndexMap() method in System.Data.ProviderBase.SchemaMapping
645 columnIndexMap = CreateIndexMap(count, i); in SetupSchemaWithoutKeyInfo()
699 columnIndexMap = CreateIndexMap(count, i); in SetupSchemaWithoutKeyInfo()
861 columnIndexMap = CreateIndexMap(schemaRows.Length, unsortedIndex); in SetupSchemaWithKeyInfo()
1060 columnIndexMap = CreateIndexMap(schemaRows.Length, unsortedIndex); in SetupSchemaWithKeyInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DSchemaMapping.cs423 private int[] CreateIndexMap(int count, int index) { in CreateIndexMap() method in System.Data.ProviderBase.SchemaMapping
535 columnIndexMap = CreateIndexMap(count, i); in SetupSchemaWithoutKeyInfo()
578 columnIndexMap = CreateIndexMap(count, i); in SetupSchemaWithoutKeyInfo()
719 columnIndexMap = CreateIndexMap(schemaRows.Length, unsortedIndex); in SetupSchemaWithKeyInfo()
879 columnIndexMap = CreateIndexMap(schemaRows.Length, unsortedIndex); in SetupSchemaWithKeyInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/System.Data.SqlClient/
H A DSqlBulkCopy.platformnotsupported.cs158 internal int[] CreateIndexMap() => null; in CreateIndexMap() method in System.Data.SqlClient.BulkCopySimpleResultSet
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlBulkCopy.cs111 internal int[] CreateIndexMap() => _indexmap; in CreateIndexMap() method in System.Data.SqlClient.BulkCopySimpleResultSet
H A DTdsParser.cs1993 …j._cleanupMetaData, bulkCopyHandler.CreateRowBuffer(), bulkCopyHandler.CreateIndexMap(), stateObj)) in TryRun()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlBulkCopy.cs152 internal int[] CreateIndexMap() { in CreateIndexMap() method in System.Data.SqlClient.BulkCopySimpleResultSet
H A DTdsParser.cs2212 …_cleanupMetaData, bulkCopyHandler.CreateRowBuffer(), bulkCopyHandler.CreateIndexMap(), stateObj)) { in TryRun()