fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
314return (DataTable[]) FillSchemaInternal(dataSet, null, schemaType, command, srcTable, behavior);
338return (DataTable) FillSchemaInternal(null, dataTable, schemaType, command, srcTableName, behavior | CommandBehavior.SingleResult);