2 references to FillSchemaInternal
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (2)
366return (DataTable[])FillSchemaInternal(dataSet, null, schemaType, command, srcTable, behavior)!; 398return (DataTable?)FillSchemaInternal(null, dataTable, schemaType, command, srcTableName, behavior | CommandBehavior.SingleResult);