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);