C# Class System.Data.ProviderBase.SchemaMapping

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
AddAdditionalProperties void
AddItemToAllowRollback void
AddRelation void
ApplyToDataRow void
CreateIndexMap int[]
FreeDataRowChapters void
GenerateFieldNames string[]
GetMappedValues object[]
LoadDataRow void
LoadDataRowChapters int
LoadDataRowWithClear void
MappedChapter void
MappedChapterIndex void
MappedIndex void
MappedValues void
ResizeColumnArray DataColumn[]
RollbackAddedItems void
SchemaMapping System.Collections.Generic
SetupMapping object[]
SetupSchemaWithKeyInfo object[]
SetupSchemaWithoutKeyInfo object[]

Private Methods

Method Description
AddAdditionalProperties ( DataColumn targetColumn, DataRow schemaRow ) : void
AddItemToAllowRollback ( List &items, object value ) : void
AddRelation ( DataColumn parentChapterColumn, DataColumn chapterColumn ) : void
ApplyToDataRow ( DataRow dataRow ) : void
CreateIndexMap ( int count, int index ) : int[]
FreeDataRowChapters ( ) : void
GenerateFieldNames ( DataReaderContainer dataReader ) : string[]
GetMappedValues ( ) : object[]
LoadDataRow ( ) : void
LoadDataRowChapters ( DataRow dataRow ) : int
LoadDataRowWithClear ( ) : void
MappedChapter ( ) : void
MappedChapterIndex ( ) : void
MappedIndex ( ) : void
MappedValues ( ) : void
ResizeColumnArray ( DataColumn rgcol, int len ) : DataColumn[]
RollbackAddedItems ( List items ) : void
SchemaMapping ( DataAdapter adapter, DataSet dataset, DataTable datatable, DataReaderContainer dataReader, bool keyInfo, SchemaType schemaType, string sourceTableName, bool gettingData, DataColumn parentChapterColumn, object parentChapterValue ) : System.Collections.Generic
SetupMapping ( int count, DataColumnCollection columnCollection, DataColumn chapterColumn, object chapterValue ) : object[]
SetupSchemaWithKeyInfo ( MissingMappingAction mappingAction, MissingSchemaAction schemaAction, bool gettingData, DataColumn parentChapterColumn, object chapterValue ) : object[]
SetupSchemaWithoutKeyInfo ( MissingMappingAction mappingAction, MissingSchemaAction schemaAction, bool gettingData, DataColumn parentChapterColumn, object chapterValue ) : object[]